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