@interface CRKFetchActiveInstructorsRequest : CATTaskRequest @property (nonatomic) BOOL includeImages; + (BOOL)supportsSecureCoding; + (Class)allowlistedClassForResultObject; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; @end