17 lines
288 B
Objective-C
17 lines
288 B
Objective-C
//
|
|
// XPGiftEmptyCollectionViewCell.h
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2021/11/15.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPGiftEmptyCollectionViewCell : UICollectionViewCell
|
|
@property (nonatomic,copy) NSString *emptyTitle;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|