Files
ghostgram/Telegram/Watch/Extension/TGNeoBackgroundViewModel.h

8 lines
137 B
Objective-C

#import "TGNeoViewModel.h"
@interface TGNeoBackgroundViewModel : TGNeoViewModel
- (instancetype)initWithOutgoing:(bool)outgoing;
@end