nswrap/objc/main.m

9 lines
112 B
Mathematica
Raw Normal View History

2019-04-09 11:52:21 -04:00
#import <CoreBluetooth/CoreBluetooth.h>
int
main(int argc, char* argv[]) {
CBCentralManager *m;
return 0;
}