JXSettingVC.h 364 B

123456789101112131415161718
  1. //
  2. // JXSettingVC
  3. // sjvodios
  4. //
  5. // Created by on 12-5-29.
  6. // Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. #import "JXSettingsViewController.h"
  10. @protocol JXServerResult;
  11. @interface JXSettingVC : admobViewController<JXServerResult,UIImagePickerControllerDelegate,UINavigationControllerDelegate>{
  12. }
  13. @end