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:32:47 +0800
Commit
9f33e378c7e60e93c16e525bfe66328d4dfc9286
1 parent
59b4296a
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 @
9f33e37
#import <Foundation/Foundation.h>
#import
"CDVPlugin.h"
#import
<CDVPlugin.h>
@interface
CDVYHInterface
:
CDVPlugin
...
...
YHExplorer/NativeActions/Camera/YHNativeCamera.m
View file @
9f33e37
...
...
@@ -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 @
9f33e37
...
...
@@ -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