ObjPgSQL  Artifact [1ea31d7eef]

Artifact 1ea31d7eef0eefbc5274e2252d482135302c62ac32c9266fb63e095dc7419a5b:

  • File src/PGConnection+Private.h — part of check-in [6307a38198] at 2017-05-10 23:46:05 on branch trunk — Move private methods to separate headers

    Also fixes a typo and adds two missing nullability annotations. (user: js size: 133)


#import "PGConnection.h"

OF_ASSUME_NONNULL_BEGIN

@interface PGConnection ()
- (PGconn *)PG_connection;
@end

OF_ASSUME_NONNULL_END