SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
ViewController.h
Go to the documentation of this file.
1 //
2 // ViewController.h
3 // Created by Marcus Hudritsch on 30.11.11.
4 // Copyright (c) 2011 __MyCompanyName__. All rights reserved.
5 //
6 
7 #import <UIKit/UIKit.h>
8 #import <GLKit/GLKit.h>
9 #import <AVFoundation/AVFoundation.h>
10 #import <CoreLocation/CoreLocation.h>
11 
12 @interface ViewController : GLKViewController<AVCaptureVideoDataOutputSampleBufferDelegate, CLLocationManagerDelegate>
13 
14 @end