the very simple test app that calls the ZXingWidget
[zxing.git] / iphone / Classes / Database.h
index d4a766f..38ec771 100644 (file)
@@ -4,7 +4,7 @@
 //
 //  Created by Christian Brunschen on 29/05/2008.
 /*
- * Copyright 2008 Google Inc.
+ * Copyright 2008 ZXing authors
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
 @property sqlite3 *connection;
 @property int nextScanIdent;
 
-+ sharedDatabase;
++ (id)sharedDatabase;
 
 - (void)addScanWithText:(NSString *)text;
 - (NSArray *)scans;