DeviceSelectCL/main.m
// |
// main.m |
// DeviceSelectCL |
// |
// Created by Abe Stephens on 4/16/14. |
// Copyright (c) 2014 Apple. All rights reserved. |
// |
#import <Cocoa/Cocoa.h> |
int main(int argc, const char * argv[]) |
{ |
return NSApplicationMain(argc, argv); |
} |