mirror of
https://gitee.com/farsunset/cim.git
synced 2025-07-24 16:51:45 +08:00
15 lines
157 B
Objective-C
15 lines
157 B
Objective-C
//
|
|
// ViewController.h
|
|
// CIMKit
|
|
//
|
|
// Created by Chentao on 2022/8/31.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ViewController : UIViewController
|
|
|
|
|
|
@end
|
|
|