mirror of
https://github.com/danog/Telegram.git
synced 2024-12-11 08:59:48 +01:00
12 lines
428 B
Objective-C
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
|