@interface NRLinkPreferences : NSObject @property (readonly, nonatomic) unsigned char linkType; + (id)createFromEncodedXPCDict:(id)a0; - (BOOL)isNotEmpty; - (id)description; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)copyShortDescription; - (id)initWithLinkType:(unsigned char)a0; - (id)copyEncodedXPCDict; - (id)copyLongDescription; @end