File: ViewController.h

package info (click to toggle)
stk 4.6.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,668 kB
  • sloc: cpp: 31,646; ansic: 3,216; sh: 2,900; tcl: 2,414; perl: 114; objc: 60; makefile: 48
file content (12 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
//
//  ViewController.h
//  iOS Demo
//
//  Created by Ariel Elkin on 03/03/2014.
//

#import <UIKit/UIKit.h>

@interface ViewController : UIViewController

@end