1 package org.catacomb.interlish.structure; 2 3 4 public interface TouchTimed { 5 6 TouchTime getTouchTime(); 7 8 }