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