Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public interface AbstractType {
  2.    
  3.     static const TYPE_WIDE_CONST : int = 5;
  4.    
  5.     function doSomething() : void;
  6.    
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement