Artifact 1af74e4c7528d3c04003be5a4b7553dc33f6b710cb489603faec721683fce669:
- File
src/PGResult+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: 244) [annotate] [blame] [check-ins using]
#import "PGResult.h" OF_ASSUME_NONNULL_BEGIN @interface PGResult () + (instancetype)PG_resultWithResult: (PGresult *)result; - PG_initWithResult: (PGresult *)result OF_METHOD_FAMILY(init); - (PGresult *)PG_result; @end OF_ASSUME_NONNULL_END