This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #import <UIKit/UIKit.h> | |
| #import <AVFoundation/AVFoundation.h> | |
| #import <CoreGraphics/CoreGraphics.h> | |
| #import <CoreVideo/CoreVideo.h> | |
| #import <CoreMedia/CoreMedia.h> | |
| /*! | |
| @class AVController | |
| @author Benjamin Loulier | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // BPUUID.h | |
| // Skates | |
| // | |
| // Created by Jon Olson on 2/3/10. | |
| // Copyright 2010 Ballistic Pigeon, LLC. All rights reserved. | |
| // | |
| #import <Foundation/Foundation.h> |
NewerOlder