动态详情
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// XPMonentsReplyTableViewCell.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by 冯硕 on 2022/6/22.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class MonentsReplyModel;
|
||||
@interface XPMonentsReplyTableViewCell : UITableViewCell
|
||||
@property (nonatomic,strong) MonentsReplyModel *replyInfo;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user