14 lines
202 B
Objective-C
14 lines
202 B
Objective-C
//
|
|
// ViewController.h
|
|
// MNN
|
|
//
|
|
// Created by MNN on 2019/02/03.
|
|
// Copyright © 2018, Alibaba Group Holding Limited
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
@end
|