19 lines
332 B
Mathematica
Raw Normal View History

2022-12-16 00:24:27 -08:00
//
// 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