mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Module refactoring
This commit is contained in:
12
submodules/WatchCommon/Sources/TGBridgeBotCommandInfo.h
Normal file
12
submodules/WatchCommon/Sources/TGBridgeBotCommandInfo.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface TGBridgeBotCommandInfo : NSObject <NSCoding>
|
||||
{
|
||||
NSString *_command;
|
||||
NSString *_commandDescription;
|
||||
}
|
||||
|
||||
@property (nonatomic, readonly) NSString *command;
|
||||
@property (nonatomic, readonly) NSString *commandDescription;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user