~ubuntu-branches/ubuntu/oneiric/tuxguitar/oneiric

1
2
3
4
5
6
7
package org.herac.tuxguitar.gui.system.icons;

public interface IconLoader {
	
	public void loadIcons();
	
}