// // SDLMediaServiceManifest.h // SmartDeviceLink // // Created by Nicole on 2/11/19. // Copyright © 2019 smartdevicelink. All rights reserved. // #import "SDLRPCRequest.h" NS_ASSUME_NONNULL_BEGIN /** * A media service manifest. */ @interface SDLMediaServiceManifest : SDLRPCStruct @end NS_ASSUME_NONNULL_END