mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-17 00:06:44 +08:00
14 lines
244 B
Objective-C
14 lines
244 B
Objective-C
//
|
|
// MasterViewController.h
|
|
// Sample
|
|
//
|
|
// Created by Hannah Troisi on 3/21/16.
|
|
// Copyright © 2016 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
|
|
|
@interface MasterViewController : ASViewController
|
|
|
|
@end
|