1234567891011121314151617181920212223 |
- //
- // KXMainPageViewModel.h
- // CAISHEN
- //
- // Created by kuxuan on 2017/8/25.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "KXLaunchModel.h"
- @interface KXMainPageViewModel : NSObject
- + (void)loanAllLabelName:(void (^)(id json))success;
- + (void)getAdAlertUrl:(void (^)(KXLaunchModel *model))launch;
- + (void)recommendData:(NSDictionary *)para data:(void(^)(NSArray *dataSource))data;
- + (void)requestVerticleViewData:(void (^)(NSArray *notice))notice;
- + (void)requestVerticleHuaJiangHu:(void (^)(NSArray *notice))notice;
- @end
|