Skip to content

Commit

Permalink
Merge pull request almost#11 from toblux/compiler-warnings
Browse files Browse the repository at this point in the history
Remove designated initializer compiler warnings
  • Loading branch information
almost committed Sep 24, 2015
2 parents 8a3c827 + c03dcdf commit aea5ed8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iOS/AIBHTMLWebView.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

@property (nonatomic, strong) NSString *HTML;

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

- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher NS_DESIGNATED_INITIALIZER;

@end

0 comments on commit aea5ed8

Please sign in to comment.