@class NSDictionary; @interface MLRTaskParameters : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, copy, nonatomic) NSDictionary *recipeUserInfo; @property (readonly, nonatomic) unsigned long long count; @property (readonly, copy, nonatomic) NSDictionary *dictionaryRepresentation; - (void)encodeWithCoder:(id)a0; - (BOOL)boolValueForKey:(id)a0 defaultValue:(BOOL)a1; - (id)initWithURL:(id)a0 error:(id *)a1; - (id)description; - (void).cxx_destruct; - (id)objectForKeyedSubscript:(id)a0; - (id)initWithCoder:(id)a0; - (id)stringValueForKey:(id)a0 defaultValue:(id)a1; - (float)floatValueForKey:(id)a0 defaultValue:(float)a1; - (long long)integerValueForKey:(id)a0 defaultValue:(long long)a1; - (unsigned long long)unsignedIntegerValueForKey:(id)a0 defaultValue:(unsigned long long)a1; - (id)initWithParametersDict:(id)a0; - (double)doubleValueForKey:(id)a0 defaultValue:(double)a1; - (id)initWithDESRecipe:(id)a0; @end