Skip to content

Commit

Permalink
weak delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
everettjf committed May 12, 2016
1 parent 917e314 commit 5592aee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Pod/Classes/EVTTabPageScrollView.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

@interface EVTTabPageScrollView : UIView

@property (nonatomic, strong) id<EVTTabPageScrollViewDelegate> delegate;
@property (nonatomic, weak) id<EVTTabPageScrollViewDelegate> delegate;

/**
* init with Array of EVTTabPageScrollViewPageItem
Expand Down

0 comments on commit 5592aee

Please sign in to comment.