aboutsummaryrefslogtreecommitdiffstats
path: root/Low Battery Yup d/FakeAlert.h
blob: b51ee778ae8f5a8360a8272b0d4c34b661faf4f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  FakeAlert.h
//  Low Battery Yup.d
//
//  Created by TW on 12/2/16.
//  Copyright (c) 2016 TW. All rights reserved.
//

#import <Foundation/Foundation.h>

#define LOW_BATTERY_ALERT_WIDTH 475
#define LOW_BATTERY_ALERT_HEIGHT 141

@interface FakeAlert : NSObject

- (NSRect)frame;

@end