Add Xcode project.

FossilOrigin-Name: cf2fe185976eb9af8c8437fb68da475cdf47944bef02a89114dc3ea285b97552
This commit is contained in:
Jonathan Schleifer 2012-10-05 21:19:22 +00:00
parent 6e1eda2f24
commit f2886c2111
8 changed files with 353 additions and 14 deletions

View file

@ -8,11 +8,11 @@
{
PGResult *result;
PGresult *res;
size_t row;
int row;
}
+ rowWithResult: (PGResult*)result
row: (size_t)row;
row: (int)row;
- initWithResult: (PGResult*)result
row: (size_t)row;
row: (int)row;
@end