Skip to content

Instantly share code, notes, and snippets.

@bsideup
Created November 16, 2011 14:41
Show Gist options
  • Save bsideup/1370210 to your computer and use it in GitHub Desktop.
Save bsideup/1370210 to your computer and use it in GitHub Desktop.
IViewController example
package view.testView
{
import tl.viewController.IVIewController;
public interface ITestViewController extends IVIewController, ITestViewDelegate
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment