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:
15
examples/CarthageBuildTest/CarthageExample/ViewController.h
Normal file
15
examples/CarthageBuildTest/CarthageExample/ViewController.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// ViewController.h
|
||||
// CarthageExample
|
||||
//
|
||||
// Created by Engin Kurutepe on 23/02/16.
|
||||
// Copyright © 2016 Engin Kurutepe. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface ViewController : UIViewController
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user