mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-07 20:10:44 +00: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
|