18 OF_ASSUME_NONNULL_BEGIN
26 OFTriple OF_GENERIC(FirstType, SecondType, ThirdType)
27 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
29 # define SecondType id
39 @property (readwrite, nonatomic, retain) FirstType firstObject;
44 @property (readwrite, nonatomic, retain) SecondType secondObject;
49 @property (readwrite, nonatomic, retain) ThirdType thirdObject;
54 - (void)makeImmutable;
55 #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
A class for storing a triple of three objects.
Definition: OFMutableTriple.h:32
A class for storing a triple of three objects.
Definition: OFTriple.h:38