mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-29 09:20:32 +00:00
git-subtree-dir: submodules/LegacyComponents git-subtree-mainline:6086305304git-subtree-split:d559434616
13 lines
375 B
Objective-C
13 lines
375 B
Objective-C
#import <LegacyComponents/LegacyComponents.h>
|
|
#import <LegacyComponents/TGMenuSheetButtonItemView.h>
|
|
#import <SSignalKit/SSignalKit.h>
|
|
|
|
@class TGUser;
|
|
@class TGMessage;
|
|
|
|
@interface TGLocationLiveSessionItemView : TGMenuSheetButtonItemView
|
|
|
|
- (instancetype)initWithMessage:(TGMessage *)message peer:(id)peer remaining:(SSignal *)remaining action:(void (^)(void))action;
|
|
|
|
@end
|