mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +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…
Reference in New Issue
Block a user