Files
AsyncDisplayKit/examples/ASLayoutSpecPlayground/Sample/MasterViewController.h
2016-03-22 20:24:06 -07:00

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