Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. package com.destroytoday.view.component.menu
  2. {
  3. import flash.display.NativeMenuItem;
  4.  
  5. public class MenuSeparator extends NativeMenuItem
  6. {
  7. public function MenuSeparator()
  8. {
  9. super('', true);
  10. }
  11. }
  12. }
Add Comment
Please, Sign In to add comment