mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00: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