mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-18 11:57:14 +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
|