Files
yinmeng-ios/xplan-ios/Main/Monents/View/Cell/XPMonentsReplyTableViewCell.h
2022-08-26 21:38:47 +08:00

17 lines
313 B
Objective-C

//
// 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