You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
447 B
C
27 lines
447 B
C
![]()
7 years ago
|
//
|
||
|
// RootViewController.h
|
||
|
// lpr
|
||
|
//
|
||
|
// Created by baotim on 2018/10/26.
|
||
|
// Copyright © 2018 lprSample. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
#import <opencv2/opencv.hpp>
|
||
|
#import <opencv2/imgcodecs/ios.h>
|
||
|
#endif
|
||
|
|
||
|
#ifdef __OBJC__
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <AVFoundation/AVFoundation.h>
|
||
|
#endif
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface RootViewController : UIViewController
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|