mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 05:30:47 +00:00
18 lines
293 B
Objective-C
18 lines
293 B
Objective-C
//
|
|
// AppDelegate.h
|
|
// CarthageExample
|
|
//
|
|
// Created by Engin Kurutepe on 23/02/16.
|
|
// Copyright © 2016 Engin Kurutepe. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
|
|
@end
|
|
|