`public` TaskCenter's `init`
This commit is contained in:
parent
a15dc76c49
commit
8841c8c789
|
@ -40,6 +40,8 @@ open class TaskCenter {
|
||||||
return _default
|
return _default
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public init() { }
|
||||||
|
|
||||||
/// Adds the given task to this center.
|
/// Adds the given task to this center.
|
||||||
///
|
///
|
||||||
/// Please note: task center will not retain tasks.
|
/// Please note: task center will not retain tasks.
|
||||||
|
|
Loading…
Reference in New Issue