summaryrefslogtreecommitdiff
path: root/sampleclient/ConnectionController.h
diff options
context:
space:
mode:
authorTim Redfern <tim@Adaptics.local>2013-10-11 17:46:32 -0700
committerTim Redfern <tim@Adaptics.local>2013-10-11 17:46:32 -0700
commite89f9947ae51eee20902432c4758b2d8e24185ea (patch)
tree3b4661b0277019e568648ce6ab44592494e552e7 /sampleclient/ConnectionController.h
parentcb75fd2a2f258a1a4e9f307840842f582838250b (diff)
talking to the deviceHEADmaster
Diffstat (limited to 'sampleclient/ConnectionController.h')
-rwxr-xr-xsampleclient/ConnectionController.h2
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