#import "TGNeoViewModel.h"

@interface TGNeoBackgroundViewModel : TGNeoViewModel

- (instancetype)initWithOutgoing:(bool)outgoing;

@end