This repository has been archived on 2024-07-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Doric/iOS/Pod/Classes/Plugin/DoricShaderPlugin.h
pengfei.zhou c1fde16bee iOS module dir
2019-07-30 15:20:11 +08:00

18 lines
254 B
Objective-C

//
// DoricShaderPlugin.h
// Doric
//
// Created by pengfei.zhou on 2019/7/29.
//
#import <Foundation/Foundation.h>
#import "DoricNativePlugin.h"
NS_ASSUME_NONNULL_BEGIN
@interface DoricShaderPlugin : DoricNativePlugin
@end
NS_ASSUME_NONNULL_END