/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

  1. package name.carter.mark.flex.project.mdoc
  2. {
  3. public interface MTag
  4. {
  5. function get type():String;
  6. function get value():String;
  7. function remove():void;
  8. }
  9. }