@class HMDDevice; @interface HMDEventTriggerDevice : HMFObject @property (readonly, nonatomic) HMDDevice *device; @property (readonly, nonatomic, getter=isCurrentDevice) BOOL currentDevice; - (unsigned long long)hash; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCurrentDeviceForHome:(id)a0; - (id)initWithDevice:(id)a0 forHome:(id)a1; @end