Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
ioSMS - Blob - ViewGit - Blue Static
//
//  main.m
//  ioSMS
//
//  Created by Robert Sesek on 2/19/11.
//  Copyright 2011 Blue Static. All rights reserved.
//

#import <Cocoa/Cocoa.h>

int main(int argc, char *argv[])
{
    return NSApplicationMain(argc,  (const char **) argv);
}