动态详情
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// XPMonentsReplyMoreTableViewCell.h
|
||||
// xplan-ios
|
||||
//
|
||||
// Created by 冯硕 on 2022/6/23.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class XPMonentsReplyMoreTableViewCell;
|
||||
@protocol XPMonentsReplyMoreTableViewCellDelegate <NSObject>
|
||||
|
||||
- (void)xPMonentsReplyMoreTableViewCellDidClickMoreReply:(XPMonentsReplyMoreTableViewCell *)view;
|
||||
|
||||
@end
|
||||
@interface XPMonentsReplyMoreTableViewCell : UITableViewCell
|
||||
///代理
|
||||
@property (nonatomic,weak) id<XPMonentsReplyMoreTableViewCellDelegate> delegate;
|
||||
|
||||
///剩余的个数
|
||||
@property (nonatomic,assign) NSInteger leftCount;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user