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/iOS/Pod/Classes/DoricUtil.h
2019-07-26 16:10:42 +08:00

11 lines
161 B
Objective-C

//
// DoricUtil.h
// Doric
//
// Created by pengfei.zhou on 2019/7/26.
//
#import <Foundation/Foundation.h>
void DoricLog(NSString * _Nonnull format, ...);