JXTransferNoticeCell.h 364 B

123456789101112131415161718192021
  1. //
  2. // JXTransferNoticeCell.h
  3. // shiku_im
  4. //
  5. // Created by 1 on 2019/3/8.
  6. // Copyright © 2019年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class JXTransferNoticeModel;
  10. @interface JXTransferNoticeCell : UITableViewCell
  11. - (void)setDataWithMsg:(JXMessageObject *)msg model:(id)tModel;
  12. + (float)getChatCellHeight:(JXMessageObject *)msg;
  13. @end