Skip to content

Commit fc59b04

Browse files
committed
Fixed method definition in the wrong implementation in NUSectionTVC
1 parent 034f2c4 commit fc59b04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NUSurveyor/Controllers/NUSectionTVC.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ @interface VisibleSection : NSObject {
2222
@property(nonatomic,retain)NSNumber* rgid;
2323
@property(nonatomic,retain)NSString* groupUUID;
2424

25-
-(void)deselectOtherNonExclusiveCellsInSectionOfIndex:(NSIndexPath *)idx;
2625

2726
@end
2827

@@ -65,6 +64,8 @@ - (NSArray*)findAllVisibleSectionsWithUUID:(NSString*)uuid;
6564
- (void)createRows;
6665
- (BOOL)isLastSectionInRepeaterGroup:(NSInteger)section;
6766
- (NSArray*)findVisibleSectionsWithGroupUUID:(NSString*)uuid;
67+
-(void)deselectOtherNonExclusiveCellsInSectionOfIndex:(NSIndexPath *)idx;
68+
6869
@end
6970

7071
@implementation NUSectionTVC

0 commit comments

Comments
 (0)