/src/name/carter/mark/flex/project/mdoc/MTag.as
http://transcriptstudio4isha.googlecode.com/ · ActionScript · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 67f5f4dcecb347a526ada2c348918108 MD5 · raw file
- package name.carter.mark.flex.project.mdoc
- {
- public interface MTag
- {
- function get type():String;
- function get value():String;
- function remove():void;
- }
- }