//
//  NYT360Video.h
//  NYT360Video
//
//  Created by Chris Dzombak on 7/25/16.
//  Copyright © 2016 The New York Times Company. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for 360 Player.
FOUNDATION_EXPORT double NYT360VideoVersionNumber;

//! Project version string for 360 Player.
FOUNDATION_EXPORT const unsigned char NYT360VideoVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <NYT360Video/PublicHeader.h>

#import "NYT360ViewController.h"
#import "NYT360DataTypes.h"
#import "NYT360MotionManagement.h"
#import "NYT360MotionManager.h"
#import "NYT360CameraPanGestureRecognizer.h"
