Files
yoga/YogaKit/YogaKitSample/YogaKitTVSample/AppDelegate.h
vvveiii 0d339b6754 [YogaKit] support tvOS
- add YogaKitTVSample target
2020-08-13 20:44:27 +08:00

18 lines
277 B
Objective-C

//
// AppDelegate.h
// YogaKitTVSample
//
// Created by lvv on 2020/8/13.
// Copyright © 2020 facebook. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end