EADemo/EADSessionTransferViewController.h

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 View controller to allow transferring data to and from an accessory form the UI.
 */
 
 
@import UIKit;
@import ExternalAccessory;
 
@interface EADSessionTransferViewController : UIViewController <UITextFieldDelegate>
 
@end