PSMyViewController.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. //
  2. // PSMyViewController
  3. // sjvodios
  4. //
  5. // Created by on 12-5-29.
  6. // Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. //添加VC转场动画
  10. #import "DMScaleTransition.h"
  11. #import "JXImageScrollVC.h"
  12. #import "JXActionSheetVC.h"
  13. #import "JX_SelectMenuView.h"
  14. #import "addMsgVC.h"
  15. #import "JXBlogRemindVC.h"
  16. @protocol JXServerResult;
  17. @interface PSMyViewController : admobViewController<JXServerResult,UIImagePickerControllerDelegate,UINavigationControllerDelegate,JXActionSheetVCDelegate,JXSelectMenuViewDelegate,UIScrollViewDelegate,JXImageViewPanDelegate>{
  18. JXImageView* _head;
  19. // int h1;
  20. UIImageView *_cardView;
  21. UIImage* _image;
  22. UILabel* _userName;
  23. UIImageView *_genderImgV;
  24. UIImageView *_prettyNumberImgV;
  25. UILabel* _userDesc;
  26. UILabel* _jixinCoin;
  27. UIImageView *_jixinCoinImgV;
  28. UILabel* _userBirthday;
  29. UILabel* _grade;
  30. UILabel* _payAmount;
  31. UILabel* _tips;
  32. UILabel* _friendLabel;
  33. UILabel* _groupLabel;
  34. BOOL _isSelected;
  35. JXImageView *_topImageVeiw;
  36. UIView *_setBaseView;
  37. UIView *_topView;
  38. CAShapeLayer *_progressLayer;
  39. UIImageView *_progress;
  40. UIImageView *_progressUP;
  41. UIView *_setBaseView2;
  42. }
  43. @property (nonatomic, strong) DMScaleTransition *scaleTransition;
  44. @property (nonatomic,assign) BOOL isRefresh;
  45. @property (nonatomic,strong) UILabel * moneyLabel;
  46. @property (nonatomic, assign) BOOL isAudioMeeting;
  47. @property (nonatomic, assign) BOOL isGetUser;
  48. //-(void)doLogout;
  49. //-(void)doRefresh;
  50. -(void)refreshUserDetail;
  51. @end