15 lines
244 B
Objective-C
15 lines
244 B
Objective-C
//
|
|
// DoricUtil.h
|
|
// Doric
|
|
//
|
|
// Created by pengfei.zhou on 2019/7/26.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
void DoricLog(NSString *_Nonnull format, ...);
|
|
|
|
UIColor *_Nonnull DoricColor(NSNumber *_Nonnull number);
|
|
|
|
NSBundle *DoricBundle();
|