Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as Java by schild.java ( 14 years ago )
package ml.ml;
import java.util.ArrayList;
public class schild {
public String name;
public String model;
public String spec;
public ArrayList<String> imageList;
public ArrayList<String> videoList;
public schild(){
name = new String();
model = new String();
spec = new String();
imageList = new ArrayList<String>();
videoList = new ArrayList<String>();
}
}
Revise this Paste