Swiftgram/Watch/Extension/TGNeoBackgroundViewModel.h
2018-11-14 23:03:33 +04:00

8 lines
137 B
Objective-C

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