Created
November 16, 2011 14:41
-
-
Save bsideup/1370210 to your computer and use it in GitHub Desktop.
IViewController example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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