mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-14 08:03:59 +00:00
24 lines
431 B
Objective-C
24 lines
431 B
Objective-C
//
|
|
// AppDelegate.m
|
|
// ASAnimatedImage
|
|
//
|
|
// Created by Garrett Moon on 3/22/16.
|
|
// Copyright © 2016 Facebook, Inc. All rights reserved.
|
|
//
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
@interface AppDelegate ()
|
|
|
|
@end
|
|
|
|
@implementation AppDelegate
|
|
|
|
|
|
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
|
// Override point for customization after application launch.
|
|
return YES;
|
|
}
|
|
|
|
@end
|