19 lines
332 B
Mathematica
19 lines
332 B
Mathematica
|
//
|
||
|
// AppDelegate.m
|
||
|
// cunnyfinder
|
||
|
//
|
||
|
// Created by Femployee on 12/16/22.
|
||
|
// Copyright (c) 2022 FemboyFinancial. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "AppDelegate.h"
|
||
|
|
||
|
@implementation AppDelegate
|
||
|
|
||
|
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
|
||
|
{
|
||
|
// Insert code here to initialize your application
|
||
|
}
|
||
|
|
||
|
@end
|