Andrew Toulouse 1efe3d95d6 Add umbrella header
Summary:
Import the headers for control, image, and text nodes, as well as the normal display node and helper functions. Subclass headers omitted as they are intended to be imported in subclass implementation files, not public headers.

Test Plan:
`#import <AsyncDisplayKit/AsyncDisplayKit.h>` followed some time later by:
```
ASDisplayNode *node;
ASImageNode *node2;
ASTextNode *node3;
ASControlNode *node4;
```
2014-07-18 00:30:32 -07:00
2014-07-18 00:30:32 -07:00
2014-06-26 22:32:55 -07:00
2014-06-26 22:32:55 -07:00
2014-06-26 22:32:55 -07:00
2014-06-26 22:32:55 -07:00
2014-06-26 22:32:55 -07:00
2014-06-26 22:32:55 -07:00
2014-06-26 22:32:55 -07:00
2014-06-26 22:32:55 -07:00
2014-06-26 22:43:28 -07:00

AsyncDisplayKit

Welcome to the AsyncDisplayKit beta! Documentation — including this README — will be fleshed out for the initial public release. Until then, please direct questions and feedback to the Paper Engineering Community group.

Installation

AsyncDisplayKit will be available on CocoaPods. You can manually include it in your project's Podfile:

pod 'AsyncDisplayKit', :git => 'git@github.com:facebook/AsyncDisplayKit.git'

Usage

#import <AsyncDisplayKit/ASDisplayNode.h>

Testing

AsyncDisplayKit has extensive unit test coverage. You'll need to run pod install in the root AsyncDisplayKit directory to set up OCMock.

Contributing

See the CONTRIBUTING file for how to help out.

License

AsyncDisplayKit is BSD-licensed. We also provide an additional patent grant.

Description
Supercharged Telegram fork for iOS from original creator of Nicegram
Readme 936 MiB
Languages
Swift 46%
C 42%
Objective-C 4.9%
Assembly 3.1%
C++ 1.7%
Other 1.9%