22 OF_ASSUME_NONNULL_BEGIN
30 OFPair OF_GENERIC(FirstType, SecondType)
31 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
33 # define SecondType id
42 @property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
43 FirstType firstObject;
48 @property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
49 SecondType secondObject;
54 - (
void)makeImmutable;
55 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
A class for storing a pair of two objects.
Definition: OFMutablePair.h:35
A class for storing a pair of two objects.
Definition: OFPair.h:40