mirror of
https://github.com/danog/Telegram.git
synced 2025-01-22 05:52:06 +01:00
15 lines
163 B
Mathematica
15 lines
163 B
Mathematica
|
#import "TGUserListController.h"
|
||
|
|
||
|
@interface TGUserListController ()
|
||
|
|
||
|
@end
|
||
|
|
||
|
@implementation TGUserListController
|
||
|
|
||
|
- (void)loadView
|
||
|
{
|
||
|
[super loadView];
|
||
|
}
|
||
|
|
||
|
@end
|