I was following this tutorial
http://www.techotopia.com/index.php/An_Example_SQLite_based_iOS_8_Application_using_Swift_and_FMDB
everything is perfect till the import statement.
#import "FMDB.h"
when I wrote the statement 2 errors appeared.
1.expected expression // in hash #import "FMDB.h"
2.expected identifier in import declaration // in FMDB.h #import "FMDB.h"
I also tried without #, without quotes etc
Please help me on how to import FMDB in my swift project, I am trying to add database to my swift application