Files
yoga/YogaKit/YogaKitSample/YogaKitOSXSample/AppDelegate.m
2020-08-13 21:44:57 +08:00

28 lines
483 B
Objective-C

//
// AppDelegate.m
// YogaKitOSXSample
//
// Created by lvv on 2020/8/13.
// Copyright © 2020 facebook. All rights reserved.
//
#import "AppDelegate.h"
@interface AppDelegate ()
@end
@implementation AppDelegate
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
// Insert code here to initialize your application
}
- (void)applicationWillTerminate:(NSNotification *)aNotification {
// Insert code here to tear down your application
}
@end