Added the Interface class for a start

This commit is contained in:
hyunghwan.chung
2018-07-08 17:13:10 +00:00
parent 78a8fb2274
commit 024976295e
3 changed files with 18 additions and 2 deletions

View File

@ -37,3 +37,9 @@ class(#pointer,#limited) Class(Apex)
method nsup { ^self.nsup }
method nsdic { ^self.nsdic }
}
class(#pointer,#limited) Interface(Class)
{
### TODO: fill this class with methods
}