mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-05 14:46:52 +08:00
Added example of typical social app layout example
This commit is contained in:
17
examples/SocialAppLayout/Sample/AppDelegate.h
Normal file
17
examples/SocialAppLayout/Sample/AppDelegate.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// Sample
|
||||
//
|
||||
// Created by Vitaly Baev on 06.11.15.
|
||||
// Copyright © 2015 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user