Differences From Artifact [159fb60c68]:
- File src/PGResult+Private.h — part of check-in [491b090606] at 2018-11-06 21:45:03 on branch trunk — Modernize coding style (user: js, size: 1474) [annotate] [blame] [check-ins using]
To Artifact [edbe188f70]:
- File src/PGResult+Private.h — part of check-in [dfb0336763] at 2019-03-16 22:58:16 on branch trunk — Use dot syntax (user: js, size: 1421) [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 PGResult () @property (readonly, nonatomic) PGresult *pg_result; + (instancetype)pg_resultWithResult: (PGresult *)result; |