Sha256: 0d8d0c4fdde61e1b94028916fffd1ef073471d25ec665d7883d40114f56fc2c7
Contents?: true
Size: 396 Bytes
Versions: 7
Compression:
Stored size: 396 Bytes
Contents
#import "YapDatabaseViewRangeOptions.h" /** * This header file is PRIVATE, and is only to be used by the YapDatabaseView classes. **/ @interface YapDatabaseViewRangeOptions () /** * This method returns a copy with the pin value switched. * * That is, if the range was pinned to the beginning, the returned copy will be pinned to the end. * And vice versa. **/ - (id)copyAndReverse; @end
Version data entries
7 entries across 3 versions & 1 rubygems