summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLMediaServiceManifest.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLMediaServiceManifest.m')
-rw-r--r--SmartDeviceLink/SDLMediaServiceManifest.m17
1 files changed, 17 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLMediaServiceManifest.m b/SmartDeviceLink/SDLMediaServiceManifest.m
new file mode 100644
index 000000000..734256320
--- /dev/null
+++ b/SmartDeviceLink/SDLMediaServiceManifest.m
@@ -0,0 +1,17 @@
+//
+// SDLMediaServiceManifest.m
+// SmartDeviceLink
+//
+// Created by Nicole on 2/11/19.
+// Copyright © 2019 smartdevicelink. All rights reserved.
+//
+
+#import "SDLMediaServiceManifest.h"
+
+NS_ASSUME_NONNULL_BEGIN
+
+@implementation SDLMediaServiceManifest
+
+@end
+
+NS_ASSUME_NONNULL_END