We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034f2c4 commit fc59b04Copy full SHA for fc59b04
NUSurveyor/Controllers/NUSectionTVC.m
@@ -22,7 +22,6 @@ @interface VisibleSection : NSObject {
22
@property(nonatomic,retain)NSNumber* rgid;
23
@property(nonatomic,retain)NSString* groupUUID;
24
25
--(void)deselectOtherNonExclusiveCellsInSectionOfIndex:(NSIndexPath *)idx;
26
27
@end
28
@@ -65,6 +64,8 @@ - (NSArray*)findAllVisibleSectionsWithUUID:(NSString*)uuid;
65
64
- (void)createRows;
66
- (BOOL)isLastSectionInRepeaterGroup:(NSInteger)section;
67
- (NSArray*)findVisibleSectionsWithGroupUUID:(NSString*)uuid;
+-(void)deselectOtherNonExclusiveCellsInSectionOfIndex:(NSIndexPath *)idx;
68
+
69
70
71
@implementation NUSectionTVC
0 commit comments