FBSDKAppInviteContent
@interfaceFBSDKAppInviteContent:NSObject<NSCopying,NSObject,FBSDKSharingValidation,NSSecureCoding>A model for app invite.
@interfaceFBSDKAppInviteContent:NSObject<NSCopying,NSObject,FBSDKSharingValidation,NSSecureCoding>@property(nonatomic,copy,readwrite,nullable)NSURL*appInvitePreviewImageURL;varappInvitePreviewImageURL:URL?{getset}@property(nonatomic,copy,readwrite)NSURL*_NonnullappLinkURL;varappLinkURL:URL{getset}@property(nonatomic,copy,readwrite,nullable)NSString*promotionCode;varpromotionCode:String?{getset}@property(nonatomic,copy,readwrite,nullable)NSString*promotionText;varpromotionText:String?{getset}@property(nonatomic,assign,unsafe_unretained,readwrite)FBSDKAppInviteDestinationdestination;vardestination:AppInviteDestination{getset}-(BOOL)isEqualToAppInviteContent:(nonnullFBSDKAppInviteContent*)content;funcisEqual(tocontent:AppInviteContent)->Bool