Advertisement
Masadow

IAPI

Mar 13th, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.22 KB | None | 0 0
  1. package beluga.core.api;
  2.  
  3. import beluga.module.account.api.AccountApi;
  4.  
  5. /**
  6.  * This class is needed to trigger autoBuild.
  7.  * @author Masadow
  8.  */
  9. @:autoBuild(beluga.core.api.APIBuilder.build())
  10. interface IAPI
  11. {
  12.    
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement