22OF_ASSUME_NONNULL_BEGIN
30 OFTriple OF_GENERIC(FirstType, SecondType, ThirdType)
31#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
43@property (readwrite, nonatomic, retain) FirstType firstObject;
48@property (readwrite, nonatomic, retain) SecondType secondObject;
53@property (readwrite, nonatomic, retain) ThirdType thirdObject;
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