diff options
| author | Tim Redfern <tim@Adaptics.local> | 2013-10-11 17:46:32 -0700 |
|---|---|---|
| committer | Tim Redfern <tim@Adaptics.local> | 2013-10-11 17:46:32 -0700 |
| commit | e89f9947ae51eee20902432c4758b2d8e24185ea (patch) | |
| tree | 3b4661b0277019e568648ce6ab44592494e552e7 /sampleclient/ConnectionController.h | |
| parent | cb75fd2a2f258a1a4e9f307840842f582838250b (diff) | |
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 |
