nswrap/objc/main.m
2019-04-09 11:52:21 -04:00

9 lines
112 B
Objective-C

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