From a3dcfef4472749c17f6face173995683edc7239f Mon Sep 17 00:00:00 2001 From: Andrea Maioli Date: Fri, 7 Dec 2018 09:46:58 +0100 Subject: [PATCH] Update SQLitePlugin.h --- src/ios/SQLitePlugin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ios/SQLitePlugin.h b/src/ios/SQLitePlugin.h index cdd6b63..9d4e908 100755 --- a/src/ios/SQLitePlugin.h +++ b/src/ios/SQLitePlugin.h @@ -29,6 +29,8 @@ typedef int WebSQLError; @property (nonatomic, copy) NSMutableDictionary *openDBs; @property (nonatomic, copy) NSMutableDictionary *appDBPaths; +@property (atomic, strong) NSMutableArray *commandCache; +@property (atomic) BOOL processingCache; // Self-test -(void) echoStringValue: (CDVInvokedUrlCommand*)command;