mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-20 00:06:24 +08:00
style(): tslint
This commit is contained in:
+12
-3
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user