@interface HMDNotificationCondition : HMFObject <NSCopying, NSSecureCoding, HMDBulletinNotificationRegistrationRemoteCoding> @property (class, readonly) BOOL supportsSecureCoding; + (id)type; + (BOOL)doesTypeMatch:(id)a0 against:(id)a1; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)initWithDictionary:(id)a0; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)serializedRegistrationForRemoteMessage; @end