//
// AppDelegate.h
// ARKit自定义实现
//
// Created by 晓坤张 on 2017/6/11.
// Copyright © 2017年 晓坤张. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
- 1
- 2
- 3
- 4
- 5
- 6
前往页