JXOpenRedPacketVC.h 889 B

12345678910111213141516171819202122232425262728
  1. //
  2. // JXOpenRedPacketVC.h
  3. // shiku_im
  4. //
  5. // Created by Apple on 16/8/30.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXPacketObject.h"
  10. #import "JXGetPacketList.h"
  11. @interface JXOpenRedPacketVC : admobViewController{
  12. // ATMHud * _wait;
  13. JXOpenRedPacketVC *_pSelf;
  14. }
  15. @property (strong, nonatomic) IBOutlet UIImageView *headerImageView;
  16. @property (strong, nonatomic) IBOutlet UILabel *fromUserLabel;
  17. @property (strong, nonatomic) IBOutlet UILabel *greetLabel;
  18. @property (strong, nonatomic) IBOutlet UILabel *moneyLabel;
  19. @property (strong, nonatomic) IBOutlet UIView *centerRedPView;
  20. @property (strong, nonatomic) NSDictionary * dataDict;
  21. @property (strong, nonatomic) JXPacketObject * packetObj;
  22. @property (strong, nonatomic) NSArray * packetListArray;
  23. @property (strong, nonatomic) IBOutlet UIView *blackBgView;
  24. - (void)doRemove;
  25. @end