FBSDKContextWebDialog
@interfaceFBSDKContextWebDialog:NSObject
Context web dialog for the all context api dialogs executed in a browser
@interfaceFBSDKContextWebDialog:NSObject
@property(nullable,nonatomic,strong)FBSDKWebDialog*currentWebDialog
varcurrentWebDialog:UnsafeMutablePointer<Int32>?{getset}
+(instancetype)newNS_UNAVAILABLE;
-(nonnullinstancetype)initWithDelegate:(nonnullid<FBSDKContextDialogDelegate>)delegate;
init(delegate:ContextDialogDelegate)
-(id)createWebDialogFrameWithWidth:(id)widthheight:(id)heightwindowFinder:(nonnullid)windowFinder;
funccreateWebDialogFrame(withWidthwidth:Any!,height:Any!,windowFinder:Any)->Any!