mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-09 06:00:43 +00:00
16 lines
231 B
Objective-C
16 lines
231 B
Objective-C
//
|
|
// 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
|
|
|