22OF_ASSUME_NONNULL_BEGIN
30 OFPair OF_GENERIC(FirstType, SecondType)
31#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
42@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
48@property OF_NULLABLE_PROPERTY (readwrite, nonatomic,
retain)
55#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
A class for storing a pair of two objects.
Definition OFMutablePair.h:35
FirstType firstObject
The first object of the pair.
Definition OFMutablePair.h:43
SecondType secondObject
The second object of the pair.
Definition OFMutablePair.h:49
void makeImmutable()
Converts the mutable pair to an immutable pair.
Definition OFMutablePair.m:48
A class for storing a pair of two objects.
Definition OFPair.h:40
instancetype retain()
Increases the retain count.