Guest
Public paste!

ejot

By: a guest | Jul 7th, 2008 | Syntax: ActionScript | Size: 0.15 KB | Hits: 31 | Expires: Never
Copy text to clipboard
  1. package
  2. {
  3.         public class AnotherInterestingClass extends InterestingClass
  4.         {
  5.                 public function AnotherInterestingClass()
  6.                 {
  7.                         super();
  8.                 }
  9.         }
  10. }