| Index: ios/web_view/public/criwv.h
|
| diff --git a/ios/web_view/public/criwv.h b/ios/web_view/public/criwv.h
|
| index 1f999e9a765f2aa8dccbf5f9bdf4882aedc6b0b8..d5f119e6db9508edeff72c66b91a1bd532ecdd4b 100644
|
| --- a/ios/web_view/public/criwv.h
|
| +++ b/ios/web_view/public/criwv.h
|
| @@ -9,7 +9,7 @@
|
| #import <Foundation/Foundation.h>
|
|
|
| @protocol CRIWVDelegate;
|
| -@class CRIWVWebView;
|
| +@class CWVWebView;
|
|
|
| // Main interface for the CRIWV library.
|
| __attribute__((visibility("default")))
|
| @@ -24,7 +24,7 @@ __attribute__((visibility("default")))
|
| + (void)shutDown;
|
|
|
| // Creates and returns a web view.
|
| -+ (CRIWVWebView*)webViewWithFrame:(CGRect)frame;
|
| ++ (CWVWebView*)webViewWithFrame:(CGRect)frame;
|
|
|
| @end
|
|
|
|
|