22 OF_ASSUME_NONNULL_BEGIN
30 OFTriple OF_GENERIC(FirstType, SecondType, ThirdType)
31 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
33 # define SecondType id
43 @property (readwrite, nonatomic, retain) FirstType firstObject;
48 @property (readwrite, nonatomic, retain) SecondType secondObject;
53 @property (readwrite, nonatomic, retain) ThirdType thirdObject;
58 - (void)makeImmutable;
59 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
A class for storing a triple of three objects.
Definition: OFMutableTriple.h:36
A class for storing a triple of three objects.
Definition: OFTriple.h:42