AppModel.m 804 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. //
  2. // AppModel.m
  3. // ZCTest
  4. //
  5. // Created by xfg on 16/2/17.
  6. // Copyright © 2016年 guoms. All rights reserved.
  7. //
  8. #import "AppModel.h"
  9. @implementation VideoClassifiedModel
  10. @end
  11. @implementation AppModel
  12. + (NSDictionary *)mj_objectClassInArray
  13. {
  14. return @{
  15. @"api_link" : @"ApiLinkModel",
  16. @"start_diagram" : @"AppAdModel",
  17. @"video_classified":@"VideoClassifiedModel"
  18. ,
  19. @"video_cate":@"DTTopicModel"
  20. };
  21. }
  22. -(NSString *)open_vip
  23. {
  24. return @"1";
  25. }
  26. - (NSInteger)fb_app_api
  27. {
  28. return 1;
  29. }
  30. //-(NSString *)agora_app_id
  31. //{
  32. // return @"77dcbc8ef6be4feaaf4689099774a936";
  33. //}
  34. //-(NSString *)agora_app_id
  35. //{
  36. // return @"e6e39c41833b4213ad612a04a3d8ce31";
  37. //}
  38. //
  39. //- (int)open_sts
  40. //{
  41. // return 0;
  42. //}
  43. @end