9 lines
112 B
Objective-C
9 lines
112 B
Objective-C
#import <CoreBluetooth/CoreBluetooth.h>
|
|
|
|
int
|
|
main(int argc, char* argv[]) {
|
|
CBCentralManager *m;
|
|
return 0;
|
|
}
|
|
|