mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-01 12:17:50 +02:00
10 lines
233 B
Objective-C
10 lines
233 B
Objective-C
#import <LegacyComponents/PSCoding.h>
|
|
|
|
@interface TGDocumentAttributeFilename : NSObject <PSCoding, NSCoding>
|
|
|
|
@property (nonatomic, strong, readonly) NSString *filename;
|
|
|
|
- (instancetype)initWithFilename:(NSString *)filename;
|
|
|
|
@end
|