ProfilesInfo.java
374 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.colorprofile;
import org.omg.CORBA.portable.IDLEntity;
public final class ProfilesInfo
implements IDLEntity {
public String name = "";
public String type = "";
public ProfilesInfo() {
}
public ProfilesInfo(String name, String type) {
this.name = name;
this.type = type;
}
}