feat:Doric cli show doric logs

This commit is contained in:
pengfeizhou
2021-02-05 19:36:25 +08:00
committed by osborn
parent d4c8d08660
commit ddc74a9027
7 changed files with 196 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
//
// DoricDevMonitor.h
// DoricDevkit
//
// Created by pengfei.zhou on 2021/2/5.
//
#import <Foundation/Foundation.h>
#import "DoricMonitorProtocol.h"
NS_ASSUME_NONNULL_BEGIN
@interface DoricDevMonitor : NSObject <DoricMonitorProtocol>
@end
NS_ASSUME_NONNULL_END