Files
yinmeng-ios/xplan-ios/Main/Tabbar/Api+Main.h

19 lines
300 B
C
Raw Normal View History

2021-09-07 23:05:43 +08:00
//
// Api+Main.h
// xplan-ios
//
// Created by apple on 2021/9/8.
//
#import "Api.h"
NS_ASSUME_NONNULL_BEGIN
@interface Api (Main)
+ (void)requestTicket:(HttpRequestHelperCompletion)completion access_token:(NSString *)accessToken issue_type:(NSString *)issueType;
@end
NS_ASSUME_NONNULL_END