Add ASViewController and update Multiplex sample to use it.

This commit is contained in:
Huy Nguyen
2015-09-16 22:22:08 +03:00
parent 21bdbbe12f
commit 07c0d78c71
9 changed files with 270 additions and 143 deletions

View File

@@ -9,8 +9,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#import <UIKit/UIKit.h>
#import <AsyncDisplayKit/ASViewController.h>
@interface ViewController : UIViewController
@interface ViewController : ASViewController
@end