AVTimedAnnotationWriter/AAPLViewController.h

/*
 Copyright (C) 2014 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 
  Main view controller which setups playback and also lets a user write circle and text annotation through gestures to a movie file.
  
 */
 
@import UIKit;
 
@interface AAPLViewController : UIViewController
 
@end