We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b242a21 commit 4a077f8Copy full SHA for 4a077f8
1 file changed
STCollapseTableView/STCollapseTableView.m
@@ -34,8 +34,8 @@
34
35
@interface STCollapseTableView () <UITableViewDataSource, UITableViewDelegate>
36
37
-@property (nonatomic, strong) id<UITableViewDataSource> collapseDataSource;
38
-@property (nonatomic, strong) id<UITableViewDelegate> collapseDelegate;
+@property (nonatomic, assign) id<UITableViewDataSource> collapseDataSource;
+@property (nonatomic, assign) id<UITableViewDelegate> collapseDelegate;
39
@property (nonatomic, strong) NSMutableArray* sectionsStates;
40
41
@end
0 commit comments