mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add an example project which tests Carthage build
This commit is contained in:
17
examples/CarthageBuildTest/CarthageExample/AppDelegate.h
Normal file
17
examples/CarthageBuildTest/CarthageExample/AppDelegate.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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
|
||||
|
||||
Reference in New Issue
Block a user