JXRedPacketCell.h 379 B

123456789101112131415161718
  1. //
  2. // JXRedPacketCell.h
  3. // shiku_im
  4. //
  5. // Created by Apple on 16/10/10.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXBaseChatCell.h"
  10. @class JXChatViewController;
  11. @interface JXRedPacketCell : JXBaseChatCell
  12. @property (nonatomic, strong) JXImageView* imageBackground;
  13. @property (nonatomic,strong) JXEmoji * redPacketGreet;
  14. @end