NewsBlur/media/extensions/safari/reader-helper/main.m

15 lines
255 B
Mathematica
Raw Normal View History

2011-02-25 14:04:03 -05:00
//
// main.m
// Reader Helper
//
// Created by Geoff Hulette on 7/28/08.
// Copyright Collidescope 2008. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **) argv);
}