mirror of
https://gitee.com/farsunset/cim.git
synced 2025-06-17 07:35:25 +08:00
17 lines
204 B
Objective-C
17 lines
204 B
Objective-C
//
|
|
// AViewController.h
|
|
// CIMKit
|
|
//
|
|
// Created by mason on 2020/11/19.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AViewController : UIViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|