Differences From Artifact [78c2e023e3]:
- File src/PGConnection+Private.h — part of check-in [406d3f822e] at 2017-05-10 23:59:18 on branch trunk — Add a license (user: js, size: 1290) [annotate] [blame] [check-ins using]
To Artifact [84c2eea1b1]:
- File src/PGConnection+Private.h — part of check-in [491b090606] at 2018-11-06 21:45:03 on branch trunk — Modernize coding style (user: js, size: 1318) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
22 23 24 25 26 27 28 | */ #import "PGConnection.h" OF_ASSUME_NONNULL_BEGIN @interface PGConnection () | | | 22 23 24 25 26 27 28 29 30 31 32 | */ #import "PGConnection.h" OF_ASSUME_NONNULL_BEGIN @interface PGConnection () @property (readonly, nonatomic) PGconn *pg_connection; @end OF_ASSUME_NONNULL_END |