1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| //
| // FineThanks.h
| // Unity-iPhone
| //
| // Created by eliolu on 2018/3/19.
| //
|
| #import <Foundation/Foundation.h>
|
| @interface FineThanks : NSObject
|
| int mainSS(int argc, const char * argv[]);
| char *strOutPut(char *s);
| int compareDifferentChar(char c, char *s);
|
| @end
|
|