Files
yoga/YogaKit/YogaKitSample/YogaKitTVSample/AppDelegate.h

18 lines
277 B
C
Raw Normal View History

//
// 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