// // APIPOPOPO.h // smartRhino // // Created by tederen on 2019/11/13. // Copyright © 2019 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface APIPOPOPO : NSObject + (void)ApiPOPOPO; + (void)startRequestWithUrl:(NSString *)url method:(NSString *)method params:(NSDictionary *)params; @end NS_ASSUME_NONNULL_END