Swiftgram/AsyncDisplayKit
Rahul Malik a509b7523f Update interface of ASViewController to use lightweight generics. This allows
subclasses of ASViewController to specify the type of ASDisplayNode it
contains which allows for stronger type-checking and auto-completion against
the specified type.

Example Subclass Declaration:
@interface MyASViewController : ASViewController<MyASDisplayNodeSubclass *>
@end
2016-01-03 18:56:09 -08:00
..
2015-12-25 14:32:41 -08:00
2015-09-16 15:34:24 -07:00
2015-09-16 15:41:56 -07:00
2015-09-16 20:15:48 -04:00