aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup/main.m
blob: 200bbb8f490c13ac031c4b9899a1d712f07798bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  main.m
//  Low Battery Yup
//
//  Created by TW on 11/16/16.
//  Copyright (c) 2016 TW. All rights reserved.
//

#import <Cocoa/Cocoa.h>

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