Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #63 from maoyama/fix_xcode7_warnings
Browse files Browse the repository at this point in the history
Fix Xcode7 Warnings
  • Loading branch information
soffes authored Apr 4, 2017
2 parents 08381d9 + 22e1afe commit c8038e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SSPullToRefresh/SSPullToRefreshView.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ typedef NS_ENUM(NSUInteger, SSPullToRefreshViewStyle) {
*/
@property (nonatomic, assign) SSPullToRefreshViewStyle style;


- (instancetype)initWithFrame:(CGRect)aRect NS_UNAVAILABLE;
- (instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;


/**
All you need to do to add this view to your scroll view is call this method (passing in the scroll view). That's it.
You don't have to add it as subview or anything else. The rest is magic.
Expand Down

0 comments on commit c8038e2

Please sign in to comment.