userInfoVC.h 401 B

12345678910111213141516171819
  1. //
  2. // userInfoVC.h
  3. // sjvodios
  4. //
  5. // Created by on 12-5-29.
  6. // Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. @protocol JXServerResult;
  10. @interface userInfoVC : admobViewController<JXServerResult>{
  11. JXImageView* _head;
  12. UIImage* _image;
  13. }
  14. @property(nonatomic,strong) JXUserObject* user;
  15. @property(nonatomic,strong) NSString* userId;
  16. @end