17 lines
240 B
Objective-C
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
|