mirror of
https://github.com/danog/Telegram.git
synced 2025-01-06 04:58:56 +01:00
6 lines
90 B
C
6 lines
90 B
C
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@protocol TGWebSearchResult <NSObject, NSCoding>
|
||
|
|
||
|
@end
|