mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 12:43:58 +00:00
16 lines
213 B
Objective-C
16 lines
213 B
Objective-C
//
|
|
// ViewController.h
|
|
// Sample
|
|
//
|
|
// Created by Vitaly Baev on 06.11.15.
|
|
// Copyright © 2015 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
|
|
@end
|
|
|