@class HMHome, NSMutableSet, NSString; @interface HUCCFavoriteActionSetItemProvider : HFItemProvider @property (retain, nonatomic) NSMutableSet *actionSetItems; @property (readonly, nonatomic) HMHome *home; @property (readonly, nonatomic) unsigned long long actionSetItemStyle; @property (nonatomic) unsigned long long maximumNumberOfItems; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (id)items; - (void).cxx_destruct; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)reloadItems; - (id)initWithHome:(id)a0 actionSetItemStyle:(unsigned long long)a1; - (id)invalidationReasons; @end