Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
YH_Explorer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
孟顺
6 years ago
Commit
66b35e65a8c060233410c7ab79dcf5a0cd0d60e8
1 parent
9f58cf88
cordova 库引入头文件方式修改
review by 枪兵
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
38 additions
and
40 deletions
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVGestureHandler/CDVGestureHandler.h
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL/CDVHandleOpenURL.h
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL/CDVHandleOpenURL.m
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.h
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVLocalStorage/CDVLocalStorage.h
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVLocalStorage/CDVLocalStorage.m
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVLogger/CDVLogger.h
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewDelegate.h
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewEngine.h
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.m
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVWKWebViewEngine/CDVWKWebViewEngine.h
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVWKWebViewEngine/CDVWKWebViewEngine.m
YHExplorer/CordovaLib/Classes/Public/CDV.h
YHExplorer/CordovaLib/Cordova/Cordova.h
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVGestureHandler/CDVGestureHandler.h
View file @
66b35e6
...
...
@@ -17,7 +17,7 @@
under the License.
*/
#import <C
ordova/C
DVPlugin.h>
#import <CDVPlugin.h>
@interface
CDVGestureHandler
:
CDVPlugin
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL/CDVHandleOpenURL.h
View file @
66b35e6
...
...
@@ -17,7 +17,7 @@
under the License.
*/
#import <C
ordova/C
DVPlugin.h>
#import <CDVPlugin.h>
@interface
CDVHandleOpenURL
:
CDVPlugin
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVHandleOpenURL/CDVHandleOpenURL.m
View file @
66b35e6
...
...
@@ -18,7 +18,7 @@
*/
#import "CDVHandleOpenURL.h"
#import <C
ordova/C
DV.h>
#import <CDV.h>
@implementation
CDVHandleOpenURL
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.h
View file @
66b35e6
...
...
@@ -17,8 +17,8 @@
under the License.
*/
#import <Cordova/CDVPlugin.h>
#import <Cordova/CDVWhitelist.h>
#import <CDVPlugin.h>
#import <CDVWhitelist.h>
typedef
NS_ENUM
(
NSInteger
,
CDVIntentAndNavigationFilterValue
)
{
CDVIntentAndNavigationFilterValueIntentAllowed
,
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVIntentAndNavigationFilter/CDVIntentAndNavigationFilter.m
View file @
66b35e6
...
...
@@ -18,7 +18,7 @@
*/
#import "CDVIntentAndNavigationFilter.h"
#import <C
ordova/C
DV.h>
#import <CDV.h>
@interface
CDVIntentAndNavigationFilter
()
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVLocalStorage/CDVLocalStorage.h
View file @
66b35e6
...
...
@@ -17,7 +17,7 @@
under the License.
*/
#import <C
ordova/C
DVPlugin.h>
#import <CDVPlugin.h>
#define kCDVLocalStorageErrorDomain @"kCDVLocalStorageErrorDomain"
#define kCDVLocalStorageFileOperationError 1
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVLocalStorage/CDVLocalStorage.m
View file @
66b35e6
...
...
@@ -18,7 +18,7 @@
*/
#import "CDVLocalStorage.h"
#import <C
ordova/C
DV.h>
#import <CDV.h>
@interface
CDVLocalStorage
()
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVLogger/CDVLogger.h
View file @
66b35e6
...
...
@@ -17,7 +17,7 @@
under the License.
*/
#import <C
ordova/C
DVPlugin.h>
#import <CDVPlugin.h>
@interface
CDVLogger
:
CDVPlugin
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewDelegate.h
View file @
66b35e6
...
...
@@ -18,7 +18,7 @@
*/
#import <UIKit/UIKit.h>
#import <C
ordova/C
DVAvailability.h>
#import <CDVAvailability.h>
/**
* Distinguishes top-level navigations from sub-frame navigations.
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewEngine.h
View file @
66b35e6
...
...
@@ -17,8 +17,8 @@
under the License.
*/
#import <Cordova/CDVPlugin.h>
#import <Cordova/CDVWebViewEngineProtocol.h>
#import <CDVPlugin.h>
#import <CDVWebViewEngineProtocol.h>
@interface
CDVUIWebViewEngine
:
CDVPlugin
<
CDVWebViewEngineProtocol
>
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.m
View file @
66b35e6
...
...
@@ -18,9 +18,9 @@
*/
#import "CDVUIWebViewNavigationDelegate.h"
#import <Cordova/CDVViewController.h>
#import <Cordova/CDVCommandDelegateImpl.h>
#import <Cordova/CDVUserAgentUtil.h>
#import <CDVViewController.h>
#import <CDVCommandDelegateImpl.h>
#import <CDVUserAgentUtil.h>
#import <objc/message.h>
@implementation
CDVUIWebViewNavigationDelegate
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVWKWebViewEngine/CDVWKWebViewEngine.h
View file @
66b35e6
...
...
@@ -18,7 +18,7 @@
*/
#import <WebKit/WebKit.h>
#import <C
ordova/C
DV.h>
#import <CDV.h>
@interface
CDVWKWebViewEngine
:
CDVPlugin
<
CDVWebViewEngineProtocol
,
WKScriptMessageHandler
,
WKNavigationDelegate
>
...
...
YHExplorer/CordovaLib/Classes/Private/Plugins/CDVWKWebViewEngine/CDVWKWebViewEngine.m
View file @
66b35e6
...
...
@@ -20,7 +20,7 @@
#import "CDVWKWebViewEngine.h"
#import "CDVWKWebViewUIDelegate.h"
#import "CDVWKProcessPoolFactory.h"
#import <
Cordova/
NSDictionary+CordovaPreferences.h>
#import <NSDictionary+CordovaPreferences.h>
#import <objc/message.h>
...
...
YHExplorer/CordovaLib/Classes/Public/CDV.h
View file @
66b35e6
...
...
@@ -19,7 +19,6 @@
#import "CDVAvailability.h"
#import "CDVAvailabilityDeprecated.h"
#import "CDVAppDelegate.h"
#import "CDVPlugin.h"
#import "CDVPluginResult.h"
#import "CDVViewController.h"
...
...
YHExplorer/CordovaLib/Cordova/Cordova.h
View file @
66b35e6
...
...
@@ -27,25 +27,24 @@ FOUNDATION_EXPORT const unsigned char CordovaVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <Cordova/PublicHeader.h>
#import <Cordova/CDV.h>
#import <Cordova/CDVCommandDelegateImpl.h>
#import <Cordova/CDVAvailability.h>
#import <Cordova/CDVAvailabilityDeprecated.h>
#import <Cordova/CDVAppDelegate.h>
#import <Cordova/CDVPlugin.h>
#import <Cordova/CDVPluginResult.h>
#import <Cordova/CDVViewController.h>
#import <Cordova/CDVCommandDelegate.h>
#import <Cordova/CDVCommandQueue.h>
#import <Cordova/CDVConfigParser.h>
#import <Cordova/CDVURLProtocol.h>
#import <Cordova/CDVInvokedUrlCommand.h>
#import <Cordova/CDVPlugin+Resources.h>
#import <Cordova/CDVWebViewEngineProtocol.h>
#import <Cordova/NSDictionary+CordovaPreferences.h>
#import <Cordova/NSMutableArray+QueueAdditions.h>
#import <Cordova/CDVUIWebViewDelegate.h>
#import <Cordova/CDVWhitelist.h>
#import <Cordova/CDVScreenOrientationDelegate.h>
#import <Cordova/CDVTimer.h>
#import <Cordova/CDVUserAgentUtil.h>
#import <CDV.h>
#import <CDVCommandDelegateImpl.h>
#import <CDVAvailability.h>
#import <CDVAvailabilityDeprecated.h>
#import <CDVPlugin.h>
#import <CDVPluginResult.h>
#import <CDVViewController.h>
#import <CDVCommandDelegate.h>
#import <CDVCommandQueue.h>
#import <CDVConfigParser.h>
#import <CDVURLProtocol.h>
#import <CDVInvokedUrlCommand.h>
#import <CDVPlugin+Resources.h>
#import <CDVWebViewEngineProtocol.h>
#import <NSDictionary+CordovaPreferences.h>
#import <NSMutableArray+QueueAdditions.h>
#import <CDVUIWebViewDelegate.h>
#import <CDVWhitelist.h>
#import <CDVScreenOrientationDelegate.h>
#import <CDVTimer.h>
#import <CDVUserAgentUtil.h>
...
...
Please
register
or
login
to post a comment