File: IContext.java

package info (click to toggle)
h2orestart 0.7.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,168 kB
  • sloc: java: 21,845; makefile: 36; xml: 19
file content (5 lines) | stat: -rw-r--r-- 75 bytes parent folder | download
1
2
3
4
5
package HwpDoc;

public interface IContext {
	public HwpxFile getHwpx();
}