1
0
mirror of https://github.com/danog/Telegram.git synced 2024-12-11 08:59:48 +01:00
Telegram/Watch/Extension/TGNeoAttachmentViewModel.h
2015-10-01 19:19:52 +03:00

12 lines
428 B
Objective-C

#import "TGNeoViewModel.h"
@class TGBridgeUser;
@interface TGNeoAttachmentViewModel : TGNeoViewModel
@property (nonatomic, readonly) bool inhibitsInitials;
- (instancetype)initWithAttachments:(NSArray *)attachments author:(TGBridgeUser *)author forChannel:(bool)forChannel users:(NSDictionary *)users font:(UIFont *)font subTitleColor:(UIColor *)subTitleColor normalColor:(UIColor *)normalColor compact:(bool)compact;
@end