@class NSDate; @interface HMAccessoryNetworkAccessViolation : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, getter=hasCurrentViolation) BOOL currentViolation; @property (readonly) NSDate *lastViolationDate; @property (readonly) NSDate *lastResetDate; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)initWithLastViolationDate:(id)a0 lastViolationResetDate:(id)a1; @end