mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-07-09 09:37:50 +02:00
9 lines
163 B
Objective-C
9 lines
163 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@protocol TGLiveUploadInterface <NSObject>
|
|
|
|
- (void)setupWithFileURL:(NSURL *)fileURL;
|
|
- (id)fileUpdated:(bool)completed;
|
|
|
|
@end
|