|
@@ -23,7 +23,7 @@ typedef NS_ENUM(NSUInteger, MKRDeviceType) {
|
|
|
@property (nonatomic, strong) NSString *avTransportUrl;
|
|
|
@property (nonatomic, strong) NSString *renderingControlUrl;
|
|
|
@property (nonatomic, strong) NSString *groupManagementUrl;
|
|
|
-@property (nonatomic, assign) MKRRadioDeviceType deviceType;
|
|
|
+@property (nonatomic, assign) MKRDeviceType deviceType;
|
|
|
|
|
|
@end
|
|
|
|