Swiftgram/Watch/Bridge/TGBridgePeerNotificationSettings.h
2018-11-14 23:03:33 +04:00

8 lines
148 B
Objective-C

#import "TGBridgeCommon.h"
@interface TGBridgePeerNotificationSettings : NSObject <NSCoding>
@property (nonatomic, assign) int32_t muteFor;
@end