From e89f9947ae51eee20902432c4758b2d8e24185ea Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 11 Oct 2013 17:46:32 -0700 Subject: talking to the device --- sampleclient/ConnectionController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sampleclient/ConnectionController.h') diff --git a/sampleclient/ConnectionController.h b/sampleclient/ConnectionController.h index d8a7755..31e217d 100755 --- a/sampleclient/ConnectionController.h +++ b/sampleclient/ConnectionController.h @@ -10,7 +10,7 @@ #import "AppDelegate.h" #import "Waydio.h" -@interface ConnectionController : UIViewController { +@interface ConnectionController : UIViewController { UITextField *_inputText; NSMutableString *_outputText; //used as string data for textView to make string concatenations more efficient NSArray *_allCommands; //All commands sent by the get settings button -- cgit v1.2.3