Swiftgram/LegacyComponents/TGMessageViewCountContentProperty.h
2017-07-19 20:26:28 +03:00

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