1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

New File.

This commit is contained in:
Alain Magloire 2003-02-02 01:01:57 +00:00
parent 7a60d1d167
commit 4b2719646a

View file

@ -0,0 +1,6 @@
package org.eclipse.cdt.core.model;
/**
*/
public interface ITemplate extends IMember {
}