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