16 lines
279 B
C
16 lines
279 B
C
|
//
|
||
|
// AppDelegate.h
|
||
|
// cunnyfinder
|
||
|
//
|
||
|
// Created by Femployee on 12/16/22.
|
||
|
// Copyright (c) 2022 FemboyFinancial. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||
|
|
||
|
@property (assign) IBOutlet NSWindow *window;
|
||
|
|
||
|
@end
|