MaxstAR Native iOS
IndexController.h
1
//
2
// IndexController.h
3
// MaxstARiOS
4
//
5
// Created by acper on 2019/10/16.
6
// Copyright © 2019 Maxst. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
11
NS_ASSUME_NONNULL_BEGIN
12
13
@interface
IndexController
: NSObject
14
+ (void)uploadLogToServer;
15
@end
16
17
NS_ASSUME_NONNULL_END
IndexController
Definition:
IndexController.h:13
Generated by
1.8.16