summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDebugToolConsole.h
blob: 941061851696789d2eced03ce07ddad6c414ba11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  SDLDebugToolConsole.h
//  SmartDeviceLink-iOS

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@protocol SDLDebugToolConsole <NSObject>

@required
- (void)logInfo:(NSString *)info;

@end

NS_ASSUME_NONNULL_END