JXUserInfoVC.h 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. //
  2. // JXUserInfoVC.h
  3. // shiku_im
  4. //
  5. // Created by flyeagleTang on 14-6-10.
  6. // Copyright (c) 2014年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. #import "JX_SelectMenuView.h"
  10. #import "JXGoogleMapVC.h"
  11. #import "JXChatViewController.h"
  12. #import "JXChatViewC.h"
  13. @class DMScaleTransition;
  14. @interface JXUserInfoVC : admobViewController<LXActionSheetDelegate>{
  15. UILabel* _name;
  16. UILabel* _remarkName;
  17. UILabel* _describe;
  18. UILabel* _workexp;
  19. UILabel* _city;
  20. UILabel* _dip;
  21. UILabel* _date;
  22. UILabel* _tel;
  23. UILabel* _lastTime;
  24. UILabel* _showNum;
  25. UILabel* _account;
  26. UILabel* _label;
  27. UIImageView* _sex;
  28. JXLabel *_labelLab;
  29. UILabel* _desLab;
  30. UILabel* _veryCare;
  31. JXImageView *_specialCareImgV;
  32. UISwitch *_messageFreeSwitch;
  33. UIView *_baseView;
  34. JXImageView *_describeImgV;
  35. JXImageView *_lifeImgV;
  36. JXImageView *_birthdayImgV;
  37. JXImageView *_lastTImgV;
  38. JXImageView *_showNImgV;
  39. JXImageView *_circleImgV;
  40. JXImageView *_desImgV;
  41. double _latitude;
  42. double _longitude;
  43. JXImageView* _head;
  44. // JXImageView* _body;
  45. int _friendStatus;
  46. NSString* _xmppMsgId;
  47. UIButton* _btn;
  48. UIButton* _btnTemp;
  49. BOOL _deleleMode;
  50. NSMutableArray * _titleArr;
  51. DMScaleTransition *_scaleTransition;
  52. JXGoogleMapVC *_gooMap;
  53. }
  54. @property (nonatomic, copy) NSString *chatViewCellHedIMG;
  55. @property (nonatomic, copy) NSString *isSearchPush;
  56. @property (nonatomic,strong) JXMessageObject* msgUser;
  57. @property (nonatomic, assign) NSInteger indexAAA;
  58. @property (nonatomic,strong) JXUserObject* user;
  59. @property (nonatomic,strong) UIView * bgBlackAlpha;
  60. @property (nonatomic,strong) JX_SelectMenuView * selectView;
  61. @property (nonatomic, assign) BOOL isJustShow;
  62. @property (nonatomic, assign) BOOL isShowGoinBtn;
  63. @property (nonatomic, copy) NSString *userId;
  64. /**顶部列表点击头像*/
  65. @property (nonatomic,strong) memberData *data22;
  66. @property (nonatomic,strong) memberData *data;
  67. @property (nonatomic, assign) int fromAddType;
  68. @property (nonatomic, assign) int tempChat;
  69. @property (nonatomic, weak) JXChatViewController *chatVC;
  70. @property (nonatomic, weak) JXChatViewC *chatVC2;
  71. @end