@class CRKUser, NSString; @protocol CRKCancelable, CRKContactsPrimitives; @interface CRKMeCardUserProvider : NSObject @property (readonly, nonatomic) id contactsPrimitives; @property (retain, nonatomic) id contactsSubscription; @property (copy, nonatomic) CRKUser *user; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void).cxx_destruct; - (void)beginObservingContacts; - (id)fetchCurrentUser; - (id)initWithContactsPrimitives:(id)a0; - (void)rebuildUser; - (void)rebuildUserDebounced; @end