mirror of
https://github.com/danog/Telegram.git
synced 2024-12-12 17:37:33 +01:00
13 lines
338 B
C
13 lines
338 B
C
|
#import "TGModernMediaListItemContentView.h"
|
||
|
|
||
|
@class TGImageView;
|
||
|
|
||
|
@interface TGModernMediaListThumbnailItemView : TGModernMediaListItemContentView
|
||
|
|
||
|
@property (nonatomic, strong, readonly) TGImageView *imageView;
|
||
|
|
||
|
- (void)setImageUri:(NSString *)imageUri;
|
||
|
- (void)setImageUri:(NSString *)imageUri synchronously:(bool)synchronously;
|
||
|
|
||
|
@end
|