暂时提交
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXRedPacketModel : NSObject
|
||||
@property (nonatomic, copy) NSString *packetId; // 红包唯一ID
|
||||
@property (nonatomic, strong) NSString *redpacket_id; // 红包唯一ID
|
||||
@property (nonatomic, strong) NSString* total_amount;
|
||||
@property (nonatomic, assign) NSInteger type; // 红包类型
|
||||
@property (nonatomic, assign) long long end_time; // 倒计时时间(秒)
|
||||
@property (nonatomic, assign) CGFloat amount; // 红包金额
|
||||
@@ -24,4 +25,5 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
- (BOOL)canOpenNow;
|
||||
@end
|
||||
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user