summaryrefslogtreecommitdiff
path: root/SDL_iOS/SmartDeviceLinkTester/SmartDeviceLinkTester/EncodedSyncPDataViewController.h
blob: 35440625ff05a003c08d33c01354049be4df72eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Copyright (c) 2013 Ford Motor Company
//

#import <UIKit/UIKit.h>
#import "SDLBrain.h"

@interface EncodedSyncPDataViewController : UIViewController <UITextViewDelegate> {
    IBOutlet UITextView *encodedDataText; 
}

-(IBAction)sendESPData:(id)sender;

@end