mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-07-03 05:45:07 +08:00
Killing unnecessary class
This commit is contained in:
@ -47,12 +47,6 @@ abstract class ImportStackObject {
|
|||||||
void resolve();
|
void resolve();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Interface to help objects that need to parent themselves to some other
|
|
||||||
/// object previously imported.
|
|
||||||
abstract class ImportHelper<T extends Core<CoreContext>> {
|
|
||||||
bool import(T object, ImportStack stack) => true;
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Stack to help the RiveFile locate latest ImportStackObject created of a
|
/// Stack to help the RiveFile locate latest ImportStackObject created of a
|
||||||
/// certain type.
|
/// certain type.
|
||||||
class ImportStack {
|
class ImportStack {
|
||||||
|
Reference in New Issue
Block a user