Differences From Artifact [d61a9f733e]:
- File src/SL3Connection.h — part of check-in [b821df3a30] at 2020-08-31 21:33:32 on branch trunk — Rename project to ObjSQLite3 (user: js, size: 1434) [annotate] [blame] [check-ins using]
To Artifact [d84285d3b9]:
- File src/SL3Connection.h — part of check-in [cc03d24ff3] at 2020-09-01 01:43:07 on branch trunk — Add SL3Statement (user: js, size: 1467) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | + + + - + | #include <sqlite3.h> OF_ASSUME_NONNULL_BEGIN @interface SL3Connection: OFObject { #ifdef SL3_PUBLIC_IVARS @public #endif |
︙ |