Show ICIGestureIndentifier.java syntax highlighted
/**
*
*/
package ucalgary.ebe.ci.gestures;
/**
* @author hkolenda
*
*/
public interface ICIGestureIndentifier {
public String getNamespace();
public String getGestureCode();
}
See more files for this project here