mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-10 21:07:06 +08:00
add 3dtouch plugin
This commit is contained in:
parent
aec95709bc
commit
e9efc9a0a3
13
src/plugins/3dtouch.ts
Normal file
13
src/plugins/3dtouch.ts
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
import {Plugin, Cordova} from './plugin';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @name
|
||||||
|
* @description
|
||||||
|
* @usage
|
||||||
|
*/
|
||||||
|
@Plugin({
|
||||||
|
plugin: '',
|
||||||
|
pluginRef: '',
|
||||||
|
repo: '',
|
||||||
|
platforms: ['iOS']
|
||||||
|
})
|
Loading…
x
Reference in New Issue
Block a user