Artifact 052a63f6f74c1815f4d614c362c0e8e1cdfa630c5f2e585a33a66ff898b7d27b:
- File
src/PGResultRow+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: 260) [annotate] [blame] [check-ins using]
#import "PGResultRow.h" OF_ASSUME_NONNULL_BEGIN @interface PGResultRow () + (instancetype)PG_rowWithResult: (PGResult *)result row: (int)row; - PG_initWithResult: (PGResult *)result row: (int)row OF_METHOD_FAMILY(init); @end OF_ASSUME_NONNULL_END