A developer wants to schedule an Apex class to run daily. Which interface must the class implement?
Schedulable allows the execution of code at specific times.
Why this answer
The Schedulable interface is required for classes that need to be scheduled.