Differences From Artifact [54a71cebbe]:
- File src/PGResultRow+Private.h — part of check-in [491b090606] at 2018-11-06 21:45:03 on branch trunk — Modernize coding style (user: js, size: 1468) [annotate] [blame] [check-ins using]
To Artifact [8d209e7216]:
- File src/PGResultRow+Private.h — part of check-in [dfb0336763] at 2019-03-16 22:58:16 on branch trunk — Use dot syntax (user: js, size: 1415) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 | - + - | OF_ASSUME_NONNULL_BEGIN @interface PGResultRow () + (instancetype)pg_rowWithResult: (PGResult *)result row: (int)row; - (instancetype)pg_initWithResult: (PGResult *)result |