@class RUIObjectModel, NSString, RUIServerHookResponse; @protocol RUIServerHookDelegate; @interface FAShowFamilyScreenTimeHook : NSObject @property (retain, nonatomic) RUIServerHookResponse *serverHookResponse; @property (retain, nonatomic) RUIObjectModel *objectModel; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (void)processElement:(id)a0 attributes:(id)a1 objectModel:(id)a2 completion:(id /* block */)a3; - (void)processObjectModel:(id)a0 completion:(id /* block */)a1; - (BOOL)shouldMatchElement:(id)a0; - (BOOL)shouldMatchModel:(id)a0; - (void)_showFamilyScreenTimeWithCompletion:(id /* block */)a0; @end