mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-04-23 16:16:08 +02:00
8 lines
137 B
Objective-C
8 lines
137 B
Objective-C
#import "TGNeoViewModel.h"
|
|
|
|
@interface TGNeoBackgroundViewModel : TGNeoViewModel
|
|
|
|
- (instancetype)initWithOutgoing:(bool)outgoing;
|
|
|
|
@end
|