Skip to content

Instantly share code, notes, and snippets.

@skovalyov
Created June 5, 2012 22:20
Show Gist options
  • Save skovalyov/2878493 to your computer and use it in GitHub Desktop.
Save skovalyov/2878493 to your computer and use it in GitHub Desktop.
ActionScript singleton facade example
package {
public class AuthenticationManager {
public static var instance : AuthenticationManagerInstance = new AuthenticationManagerInstance();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment