@class NSString; @protocol CNUICoreFamilyMemberContactsModelFetching, CNUICoreFamilyInfoFetching, CNSchedulerProvider; @interface CNUICoreProposedContactsFetchingDecorator : NSObject @property (readonly, nonatomic) id modelFetcher; @property (readonly, nonatomic) id familyInfoFetcher; @property (readonly, nonatomic) id schedulerProvider; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)proposedContactsFromFamilyInfo:(id)a0; + (id)modelWithProposedContactsFromFamilyInfo:(id)a0; - (void).cxx_destruct; - (id)allContactsModel; - (id)initWithModelFetcher:(id)a0 familyInfoFetcher:(id)a1 schedulerProvider:(id)a2; - (id)initWithModelFetcher:(id)a0 familyMember:(id)a1 schedulerProvider:(id)a2; - (id)whitelistedContactsModel; @end