mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-19 12:10:55 +00:00
11 lines
253 B
Objective-C
11 lines
253 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <LegacyComponents/PSCoding.h>
|
|
|
|
@interface TGMessageViewCountContentProperty : NSObject <PSCoding>
|
|
|
|
@property (nonatomic, readonly) int32_t viewCount;
|
|
|
|
- (instancetype)initWithViewCount:(int32_t)viewCount;
|
|
|
|
@end
|