CYGroupSendHelperCell.h 422 B

12345678910111213141516171819
  1. //
  2. // CYGroupSendHelperCell.h
  3. // shiku_im
  4. //
  5. // Created by JayLuo on 2019/12/13.
  6. // Copyright © 2019 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXLabelObject.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface CYGroupSendHelperCell : UITableViewCell
  12. @property(nonatomic, copy) void (^resendClickCallback)(JXLabelObject *model);
  13. @property(nonatomic, strong) JXLabelObject *model;
  14. @end
  15. NS_ASSUME_NONNULL_END