18 OF_ASSUME_NONNULL_BEGIN
26 OFPair OF_GENERIC(FirstType, SecondType)
27 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) 29 # define SecondType id 38 @property (readwrite, nonatomic, retain) FirstType firstObject;
43 @property (readwrite, nonatomic, retain) SecondType secondObject;
48 - (void)makeImmutable;
49 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) A class for storing a pair of two objects.
Definition: OFPair.h:25
A class for storing a pair of two objects.
Definition: OFMutablePair.h:25