mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-13 00:42:20 +02:00
8 lines
155 B
Objective-C
8 lines
155 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface TGBridgePeerNotificationSettings : NSObject <NSCoding>
|
|
|
|
@property (nonatomic, assign) int32_t muteFor;
|
|
|
|
@end
|