16 lines
226 B
C
16 lines
226 B
C
![]() |
//
|
||
|
// AppDelegate.h
|
||
|
// YogaKitOSXSample
|
||
|
//
|
||
|
// Created by lvv on 2020/8/13.
|
||
|
// Copyright © 2020 facebook. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
||
|
|
||
|
|
||
|
@end
|
||
|
|