No Description

KXMainPageViewModel.h 585B

1234567891011121314151617181920212223
  1. //
  2. // KXMainPageViewModel.h
  3. // CAISHEN
  4. //
  5. // Created by kuxuan on 2017/8/25.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "KXLaunchModel.h"
  10. @interface KXMainPageViewModel : NSObject
  11. + (void)loanAllLabelName:(void (^)(id json))success;
  12. + (void)getAdAlertUrl:(void (^)(KXLaunchModel *model))launch;
  13. + (void)recommendData:(NSDictionary *)para data:(void(^)(NSArray *dataSource))data;
  14. + (void)requestVerticleViewData:(void (^)(NSArray *notice))notice;
  15. + (void)requestVerticleHuaJiangHu:(void (^)(NSArray *notice))notice;
  16. @end