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 OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
44 FirstType firstObject;
49 @property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
50 SecondType secondObject;
55 @property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
56 ThirdType thirdObject;
61 - (
void)makeImmutable;
62 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) A class for storing a triple of three objects.
Definition: OFMutableTriple.h:29
A class for storing a triple of three objects.
Definition: OFTriple.h:29