1 package org.catacomb.interlish.structure; 2 3 4 public interface TargetStoreUser { 5 6 public void setTargetStore(TargetStore ts); 7 8 }