19 lines
332 B
Objective-C
19 lines
332 B
Objective-C
//
|
|
// 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
|