/*
 * Interface created by InterfaceBuilder. Do not modify.
 *
 * Created on Wed Jan 10 15:22:00 PST 2001
 */
package hep.io.root.interfaces;

public interface TObject extends hep.io.root.RootObject
{
   int getBits();

   int getUniqueID();
}
