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