@class NENetworkRule; @interface NEFilterRule : NSObject <NEConfigurationValidating, NEPrettyDescription, NSSecureCoding, NSCopying> @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, copy) NENetworkRule *networkRule; @property (readonly) long long action; - (BOOL)checkValidityAndCollectErrors:(id)a0; - (id)descriptionWithIndent:(int)a0 options:(unsigned long long)a1; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithNetworkRule:(id)a0 action:(long long)a1; @end