1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- //
- // PSMyViewController
- // sjvodios
- //
- // Created by on 12-5-29.
- // Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
- //
- #import "admobViewController.h"
- //添加VC转场动画
- #import "DMScaleTransition.h"
- #import "JXImageScrollVC.h"
- #import "JXActionSheetVC.h"
- #import "JX_SelectMenuView.h"
- #import "addMsgVC.h"
- #import "JXBlogRemindVC.h"
- @protocol JXServerResult;
- @interface PSMyViewController : admobViewController<JXServerResult,UIImagePickerControllerDelegate,UINavigationControllerDelegate,JXActionSheetVCDelegate,JXSelectMenuViewDelegate,UIScrollViewDelegate,JXImageViewPanDelegate>{
- JXImageView* _head;
- // int h1;
- UIImageView *_cardView;
- UIImage* _image;
- UILabel* _userName;
- UIImageView *_genderImgV;
- UIImageView *_prettyNumberImgV;
- UILabel* _userDesc;
- UILabel* _jixinCoin;
- UIImageView *_jixinCoinImgV;
- UILabel* _userBirthday;
- UILabel* _grade;
- UILabel* _payAmount;
- UILabel* _tips;
- UILabel* _friendLabel;
- UILabel* _groupLabel;
- BOOL _isSelected;
- JXImageView *_topImageVeiw;
- UIView *_setBaseView;
- UIView *_topView;
- CAShapeLayer *_progressLayer;
- UIImageView *_progress;
- UIImageView *_progressUP;
- UIView *_setBaseView2;
- }
- @property (nonatomic, strong) DMScaleTransition *scaleTransition;
- @property (nonatomic,assign) BOOL isRefresh;
- @property (nonatomic,strong) UILabel * moneyLabel;
- @property (nonatomic, assign) BOOL isAudioMeeting;
- @property (nonatomic, assign) BOOL isGetUser;
- //-(void)doLogout;
- //-(void)doRefresh;
- -(void)refreshUserDetail;
- @end
|