// // AppDelegate.h // cunnyfinder // // Created by Femployee on 12/16/22. // Copyright (c) 2022 FemboyFinancial. All rights reserved. // #import @interface AppDelegate : NSObject @property (assign) IBOutlet NSWindow *window; -(IBAction)actionUohhh:(id)sender; -(NSRect)randomPositionWithWidth:(int)width height:(int)height; -(void)addWaifu:(id)btn; @end