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

Commit 22e1afe

Browse files
committed
Fix Xcode7 Warnings
1 parent 08381d9 commit 22e1afe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

SSPullToRefresh/SSPullToRefreshView.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ typedef NS_ENUM(NSUInteger, SSPullToRefreshViewStyle) {
130130
*/
131131
@property (nonatomic, assign) SSPullToRefreshViewStyle style;
132132

133+
134+
- (instancetype)initWithFrame:(CGRect)aRect NS_UNAVAILABLE;
135+
- (instancetype)initWithCoder:(NSCoder *)aDecoder NS_UNAVAILABLE;
136+
137+
133138
/**
134139
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.
135140
You don't have to add it as subview or anything else. The rest is magic.

0 commit comments

Comments
 (0)