man_ios_demo/man_ios_demo/ManIOSDemo.h (7 lines of code) (raw):
//
// ManIOSDemo.h
// man_ios_demo
//
// Created by lingkun on 16/1/31.
// Copyright © 2016年 com.aliyun.mobile. All rights reserved.
//
#ifndef ManIOSDemo_h
#define ManIOSDemo_h
@interface ManIOSDemo : NSObject
+ (instancetype)getInstance;
- (void)oneTest;
@end
#endif /* ManIOSDemo_h */