Skip to content

Commit

Permalink
BEMMainViewController is now conforming to BEMCheckBoxDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-Em authored and Bobo committed Oct 17, 2015
1 parent 37bca05 commit 1e5dbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sample Project/CheckBox/BEMMainViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#import <UIKit/UIKit.h>
#import "BEMAnimationsTableViewController.h"

@interface BEMMainViewController : UIViewController <BEMAnimationsTableViewDelegate>
@interface BEMMainViewController : UIViewController <BEMAnimationsTableViewDelegate, BEMCheckBoxDelegate>

@end

0 comments on commit 1e5dbb8

Please sign in to comment.