mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
15 lines
255 B
Mathematica
15 lines
255 B
Mathematica
![]() |
//
|
||
|
// 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);
|
||
|
}
|