summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink/SDLConsoleController.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLConsoleController.h')
-rw-r--r--SmartDeviceLink-iOS/SmartDeviceLink/SDLConsoleController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLConsoleController.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLConsoleController.h
index 8df198d04..55e6425a7 100644
--- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLConsoleController.h
+++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLConsoleController.h
@@ -1,12 +1,12 @@
// SDLConsoleController.h
//
-
@import Foundation;
@import UIKit;
#import "SDLDebugTool.h"
+
@interface SDLConsoleController : UITableViewController <SDLDebugToolConsole> {
NSMutableArray* messageList;
BOOL atBottom;
@@ -15,7 +15,7 @@
@property (strong, readonly) NSMutableArray *messageList;
--(id) initWithTableView:(UITableView*) tableView;
+-(instancetype) initWithTableView:(UITableView*) tableView;
@end