10 lines
149 B
Java
10 lines
149 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package com.tridium.util;
|
|
|
|
public interface IFactory {
|
|
public Object make(Object var1) throws Exception;
|
|
}
|
|
|