Skip to content

Commit

Permalink
Merge pull request enormego#11 from slavingia/master
Browse files Browse the repository at this point in the history
Delegate properties fixed.
  • Loading branch information
shnhrrsn committed Aug 11, 2011
2 parents b73b465 + 094045c commit 9a3fa6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EGOImageButton/EGOImageButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

@property(nonatomic,retain) NSURL* imageURL;
@property(nonatomic,retain) UIImage* placeholderImage;
@property(nonatomic,retain) id<EGOImageButtonDelegate> delegate;
@property(nonatomic,assign) id<EGOImageButtonDelegate> delegate;
@end

@protocol EGOImageButtonDelegate<NSObject>
Expand Down
2 changes: 1 addition & 1 deletion EGOImageView/EGOImageView.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

@property(nonatomic,retain) NSURL* imageURL;
@property(nonatomic,retain) UIImage* placeholderImage;
@property(nonatomic,retain) id<EGOImageViewDelegate> delegate;
@property(nonatomic,assign) id<EGOImageViewDelegate> delegate;
@end

@protocol EGOImageViewDelegate<NSObject>
Expand Down

0 comments on commit 9a3fa6b

Please sign in to comment.