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 (readwrite, nonatomic, retain) FirstType firstObject;
47 @property (readwrite, nonatomic, retain) SecondType secondObject;
52 - (void)makeImmutable;
53 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) A class for storing a pair of two objects.
Definition: OFPair.h:29
A class for storing a pair of two objects.
Definition: OFMutablePair.h:29