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

Commit c8038e2

Browse files
authored
Merge pull request #63 from maoyama/fix_xcode7_warnings
Fix Xcode7 Warnings
2 parents 08381d9 + 22e1afe commit c8038e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)