mirror of
https://github.com/danog/Telegram.git
synced 2024-12-12 09:29:55 +01:00
12 lines
187 B
C
12 lines
187 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@class TGShareContext;
|
||
|
|
||
|
@interface TGShareRecipientController : UIViewController
|
||
|
|
||
|
- (void)setShareContext:(TGShareContext *)shareContext;
|
||
|
|
||
|
- (void)proceed;
|
||
|
|
||
|
@end
|