Files
yinmeng-ios/xplan-ios/Main/Monents/View/XPMonentsEmptyCollectionViewCell.h
2023-03-07 15:13:07 +08:00

17 lines
240 B
Objective-C

//
// XPMonentsEmptyCollectionViewCell.h
// xplan-ios
//
// Created by XY on 2023/3/7.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPMonentsEmptyCollectionViewCell : UICollectionViewCell
@end
NS_ASSUME_NONNULL_END