Replace property declaration with method overrides for -dataSource.

This commit is contained in:
Scott Goodson
2015-12-24 22:47:54 -08:00
parent a0e4484ef7
commit f902b4bdc7
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
@end
@implementation ASPagerNode
@dynamic delegate, dataSource;
@dynamic delegate;
- (instancetype)init
{