mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
style(): tslint
This commit is contained in:
parent
00e63d9fc8
commit
bec0eac122
@ -158,9 +158,18 @@ export class NFC {
|
||||
* @private
|
||||
*/
|
||||
export class Ndef {
|
||||
private static name = 'NFC';
|
||||
private static plugin = 'phonegap-nfc';
|
||||
private static pluginRef = 'ndef';
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
static name = 'NFC';
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
static plugin = 'phonegap-nfc';
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
static pluginRef = 'ndef';
|
||||
|
||||
@Cordova({ sync: true })
|
||||
static uriRecord(uri: string): any { return; }
|
||||
|
Loading…
Reference in New Issue
Block a user