mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
11 lines
211 B
Objective-C
Executable File
11 lines
211 B
Objective-C
Executable File
#import <UIKit/UIKit.h>
|
|
|
|
#import "RMAppDelegate.h"
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
@autoreleasepool {
|
|
return UIApplicationMain(argc, argv, nil, NSStringFromClass([RMAppDelegate class]));
|
|
}
|
|
}
|