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