From 31b03c8a1234b966ec56f5da316d93a9259c5d71 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 18 Sep 2013 17:28:16 +0100 Subject: initial commit --- sampleclient/AppDelegate.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 sampleclient/AppDelegate.h (limited to 'sampleclient/AppDelegate.h') diff --git a/sampleclient/AppDelegate.h b/sampleclient/AppDelegate.h new file mode 100755 index 0000000..262717d --- /dev/null +++ b/sampleclient/AppDelegate.h @@ -0,0 +1,21 @@ +// +// AppDelegate.h +// sampleterm +// +// Created by Michael Testa on 11/1/12. +// Copyright (c) Blueradios, Inc. All rights reserved. +// + +#import +#import + +@interface AppDelegate : UIResponder + +@property (strong, nonatomic) UIWindow *window; +@property (strong, nonatomic) CBCentralManager *cbCentral; +@property (strong, nonatomic) CBPeripheral *activePeripheral; + +//Returns a pointer to the shared AppDelegate ++(AppDelegate*)app; + +@end -- cgit v1.2.3