summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDebugToolConsole.h
blob: 75d541e162fbadb7d3ba190f49fcd032059a4336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
//  SDLDebugToolConsole.h
//  SmartDeviceLink-iOS

#import <Foundation/Foundation.h>

@protocol SDLDebugToolConsole <NSObject>

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

@end