Skip to content

Commit

Permalink
Merge pull request #3 from felipesabino/master
Browse files Browse the repository at this point in the history
delegate IBOutlet
  • Loading branch information
Benjamin Godard committed Feb 6, 2012
2 parents cf6dced + 1674fb1 commit 5df242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/NYXProgressiveImageView.h
Expand Up @@ -23,6 +23,6 @@

#pragma mark - Public properties
/// Delegate (use weak if you target only iOS 5)
@property (nonatomic, assign) id <NYXProgressiveImageViewDelegate> delegate;
@property (nonatomic, assign) IBOutlet id <NYXProgressiveImageViewDelegate> delegate;

@end

0 comments on commit 5df242f

Please sign in to comment.