mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-24 00:31:47 +08:00
15 lines
155 B
Objective-C
15 lines
155 B
Objective-C
//
|
|
// ViewController.h
|
|
// CIMKit
|
|
//
|
|
// Created by mason on 2020/11/7.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
|
|
@end
|
|
|