FBAdChoicesView
@interfaceFBAdChoicesView:UIView
FBAdChoicesView offers a simple way to display a sponsored or AdChoices icon.
@interfaceFBAdChoicesView:UIView
@property(nonatomic,weak,readonly,nullable)UILabel*label;
weakvarlabel:UILabel?{get}
@property(nonatomic,assign,unsafe_unretained,readwrite,getter=isBackgroundShown)BOOLbackgroundShown;
varisBackgroundShown:Bool{getset}
@property(nonatomic,assign,unsafe_unretained,readonly,getter=isExpandable)BOOLexpandable;
varisExpandable:Bool{get}
@property(nonatomic,weak,readwrite,nullable)FBNativeAdBase*nativeAd;
weakvarnativeAd:FBNativeAdBase?{getset}
@property(nonatomic,assign,unsafe_unretained,readwrite)UIRectCornercorner;
varcorner:UIRectCorner{getset}
@property(nonatomic,assign,unsafe_unretained,readwrite)UIEdgeInsetsinsets;
varinsets:UIEdgeInsets{getset}
@property(nonatomic,weak,readwrite,null_resettable)UIViewController*rootViewController;
weakvarrootViewController:UIViewController!{getset}
@property(nonatomic,assign,unsafe_unretained,readonly)FBNativeAdViewTagnativeAdViewTag;
varnativeAdViewTag:FBNativeAdViewTag{get}
-(nonnullinstancetype)initWithNativeAd:(nonnullFBNativeAdBase*)nativeAd;
init(nativeAd:FBNativeAdBase)
-(nonnullinstancetype)initWithNativeAd:(nonnullFBNativeAdBase*)nativeAdexpandable:(BOOL)expandable;
init(nativeAd:FBNativeAdBase,expandable:Bool)
-(nonnullinstancetype)initWithNativeAd:(nonnullFBNativeAdBase*)nativeAdexpandable:(BOOL)expandableattributes:(nullableFBNativeAdViewAttributes*)attributes;
init(nativeAd:FBNativeAdBase,expandable:Bool,attributes:FBNativeAdViewAttributes?)
-(void)updateFrameFromSuperview;
funcupdateFrameFromSuperview()
-(void)updateFrameFromSuperview:(UIRectCorner)corner;
funcupdateFrame(fromSuperviewcorner:UIRectCorner)
-(void)updateFrameFromSuperview:(UIRectCorner)cornerinsets:(UIEdgeInsets)insets;
funcupdateFrame(fromSuperviewcorner:UIRectCorner,insets:UIEdgeInsets)