summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2019-03-04 17:55:15 -0500
committerNicoleYarroch <nicole@livio.io>2019-03-04 17:55:15 -0500
commitf94812eb92b7aff27504ea51f4a347435149b82f (patch)
tree91f35df5cbd1531bc49bcd0c354a040f04d0dd23
parent86eb9b9dffa0811e1994556cb72f7197d2ecc135 (diff)
downloadsdl_ios-f94812eb92b7aff27504ea51f4a347435149b82f.tar.gz
Fixed imorts in `AppServiceRecord`
-rw-r--r--SmartDeviceLink/SDLAppServiceRecord.h4
-rw-r--r--SmartDeviceLink/SDLAppServiceRecord.m2
-rw-r--r--SmartDeviceLink/SDLWeatherServiceManifest.h2
3 files changed, 6 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLAppServiceRecord.h b/SmartDeviceLink/SDLAppServiceRecord.h
index 17af4e51b..1d78d61ed 100644
--- a/SmartDeviceLink/SDLAppServiceRecord.h
+++ b/SmartDeviceLink/SDLAppServiceRecord.h
@@ -7,7 +7,9 @@
//
#import "SDLRPCRequest.h"
-#import "SDLAppServiceManifest.h"
+
+@class SDLAppServiceManifest;
+
NS_ASSUME_NONNULL_BEGIN
diff --git a/SmartDeviceLink/SDLAppServiceRecord.m b/SmartDeviceLink/SDLAppServiceRecord.m
index d70727a12..6f34cf4e0 100644
--- a/SmartDeviceLink/SDLAppServiceRecord.m
+++ b/SmartDeviceLink/SDLAppServiceRecord.m
@@ -7,7 +7,9 @@
//
#import "SDLAppServiceRecord.h"
+
#import "NSMutableDictionary+Store.h"
+#import "SDLAppServiceManifest.h"
#import "SDLNames.h"
NS_ASSUME_NONNULL_BEGIN
diff --git a/SmartDeviceLink/SDLWeatherServiceManifest.h b/SmartDeviceLink/SDLWeatherServiceManifest.h
index 5921658f7..761474b44 100644
--- a/SmartDeviceLink/SDLWeatherServiceManifest.h
+++ b/SmartDeviceLink/SDLWeatherServiceManifest.h
@@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface SDLWeatherServiceManifest : SDLRPCStruct
/**
- * Convenience init.
+ * Convenience init for all parameters.
*
* @param currentForecastSupported Whether or not the current forcast is supported.
* @param maxMultidayForecastAmount The maximum number of day-by-day forecasts.