diff options
Diffstat (limited to 'sampleclient/ConnectionController.h')
| -rwxr-xr-x | sampleclient/ConnectionController.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <UITextFieldDelegate, WaydioDelegate, CBCentralManagerDelegate> { +@interface ConnectionController : UIViewController <UITextFieldDelegate, WaydioDelegate> { 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 |
