Declaration

func addTask(withTitle title: String) -> Any

Declaration

- (id) addTaskWithTitle:(NSString *) title;

Declaration

addTaskWithTitle_(title: str) -> object

Discussion

Each call to -addTaskWithTitle: must be matched by a call to -stopTask: with the object returned by this method.