diff --git a/iOS/AIBHTMLWebView.h b/iOS/AIBHTMLWebView.h
index c715254..cbc9319 100644
--- a/iOS/AIBHTMLWebView.h
+++ b/iOS/AIBHTMLWebView.h
@@ -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
\ No newline at end of file