Files
yinmeng-ios/xplan-ios/Main/ModuleKit/SendGiftView/View/Cell/XPGiftEmptyCollectionViewCell.h
2022-06-14 17:31:44 +08:00

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