5 lines
103 B
Objective-C
5 lines
103 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface YTVersionUtils : NSObject
|
|
+ (NSString *)appVersion;
|
|
@end
|