YMANativeMediaView
Objective-C
@interface YMANativeMediaView : UIView
#ifndef INTERNAL_API_MARKER
@property (nonatomic, strong, readonly) MACNativeMediaView *underlying;
#endif
@end
Swift
class YMANativeMediaView : UIView
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, readonly) MACNativeMediaView *underlying
Swift
var underlying: MACNativeMediaView { get }