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
gaoqiang xu
2016-05-30 16:48:23 +0800
Commit
a770c04c361622140a925342ecbbf57321281538
1 parent
8617ac8b
no message
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
YHExplorer/CordovaPlugins/CDVYHInterface.h
YHExplorer/NativeActions/Camera/YHNativeCamera.m
YHExplorer/NativeActions/ClickImageToShow/YHNativeClickToShow.m
YHExplorer/CordovaPlugins/CDVYHInterface.h
View file @
a770c04
#import <Foundation/Foundation.h>
#import
<CDVPlugin.h>
#import
"CDVPlugin.h"
@interface
CDVYHInterface
:
CDVPlugin
...
...
YHExplorer/NativeActions/Camera/YHNativeCamera.m
View file @
a770c04
...
...
@@ -8,7 +8,7 @@
#import "YHNativeCamera.h"
#import <UIKit/UIKit.h>
#import
<UIImage+CropScaleOrientation.h>
#import
"UIImage+CropScaleOrientation.h"
NSString
*
const
YHNative_Camera
=
@"Native_Camera"
;
...
...
YHExplorer/NativeActions/ClickImageToShow/YHNativeClickToShow.m
View file @
a770c04
...
...
@@ -8,7 +8,7 @@
#import "YHNativeClickToShow.h"
#import <UIKit/UIKit.h>
#import
<NSData+Base64.h>
#import
"NSData+Base64.h"
NSString
*
const
YHNative_ClickToShowImage
=
@"YHNativeClickToShow"
;
...
...
Please
register
or
login
to post a comment