Remove the nil-asyncDelegate proxy.

Fixes #349.
This commit is contained in:
Nadine Salter
2015-03-11 17:43:45 -07:00
parent ac9337a629
commit a79b771a85
4 changed files with 25 additions and 15 deletions

View File

@@ -28,7 +28,7 @@
@interface ASTableView : UITableView
@property (nonatomic, weak) id<ASTableViewDataSource> asyncDataSource;
@property (nonatomic, weak) id<ASTableViewDelegate> asyncDelegate;
@property (nonatomic, weak) id<ASTableViewDelegate> asyncDelegate; // must not be nil
/**
* Tuning parameters for a range.