mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-13 09:30:24 +02:00
8 lines
110 B
Objective-C
8 lines
110 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface TGBridgePresetsSignals : NSObject
|
|
|
|
+ (NSURL *)presetsURL;
|
|
|
|
@end
|