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