mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-30 08:43:33 +08:00
Initial commit for AsyncDisplayKitOverview
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// LayoutSpecsOverviewViewController.h
|
||||
// AsyncDisplayKitOverview
|
||||
//
|
||||
// Created by Michael Schneider on 4/15/16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
@protocol ASLayoutSpecListEntry <NSObject>
|
||||
|
||||
- (NSString *)entryTitle;
|
||||
- (NSString *)entryDescription;
|
||||
|
||||
@end
|
||||
|
||||
@interface OverviewComponentsViewController : UIViewController
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user