This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-iOS/Example/Example/DemoSSRVC.h
2022-11-08 17:35:10 +08:00

16 lines
293 B
Objective-C

//
// DemoSSRVC.h
// Example
//
// Created by pengfei.zhou on 2022/11/7.
// Copyright © 2022 pengfei.zhou. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface DemoSSRVC : UIViewController
- (instancetype)initWithPath:(NSString *)filePath;
@end