diff options
Diffstat (limited to 'SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolHeader.h')
-rw-r--r-- | SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolHeader.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolHeader.h b/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolHeader.h index a2ac1ae9e..9895a9b73 100644 --- a/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolHeader.h +++ b/SmartDeviceLink-iOS/SmartDeviceLink/SDLProtocolHeader.h @@ -1,7 +1,6 @@ -// SDLSmartDeviceLinkProtocolHeader.h +// SDLProtocolHeader.h // - @import Foundation; @@ -43,8 +42,8 @@ typedef NS_ENUM(UInt8, SDLFrameData) { @property (assign) UInt8 sessionID; @property (assign) UInt32 bytesInPayload; -- (id)init; -- (id)copyWithZone:(NSZone *)zone; +- (instancetype)init; +- (instancetype)copyWithZone:(NSZone *)zone; - (NSData *)data; - (void)parse:(NSData *)data; - (NSString *)description; |