FBSDKReferralCode
Deprecated
FBSDKReferralCode
is deprecated and will be removed in the next major release@interfaceFBSDKReferralCode:NSObject
Represent a referral code used in the referral process
FBSDKReferralCode
is deprecated and will be removed in the next major release@interfaceFBSDKReferralCode:NSObject
-(instancetype)initNS_UNAVAILABLE;
+(instancetype)newNS_UNAVAILABLE;
@property(nonatomic,assign,unsafe_unretained,readwrite)NSString*_Nonnullvalue;
varvalue:String{getset}
+(nullableinstancetype)initWithString:(nonnullNSString*)string;
classfuncinitWith(_string:String)->Self?