Files
YTLitePlus/Tweaks/YouTubeHeader/YTVersionUtils.h
2023-06-27 09:54:41 +02:00

6 lines
103 B
Objective-C

#import <Foundation/Foundation.h>
@interface YTVersionUtils : NSObject
+ (NSString *)appVersion;
@end