parent
a4e9dc81b6
commit
b0ddcb9e5c
|
@ -0,0 +1,7 @@
|
|||
import java.util.ArrayList;
|
||||
|
||||
public class Text {
|
||||
|
||||
private ArrayList<String> text = new ArrayList<>();
|
||||
|
||||
}
|
Loading…
Reference in New Issue