[YogaKit] support tvOS
- add YogaKitTVSample target
This commit is contained in:
17
YogaKit/YogaKitSample/YogaKitTVSample/AppDelegate.h
Normal file
17
YogaKit/YogaKitSample/YogaKitTVSample/AppDelegate.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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
|
||||
|
Reference in New Issue
Block a user