22OF_ASSUME_NONNULL_BEGIN
30 OFPair OF_GENERIC(FirstType, SecondType)
31#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
42@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
43 FirstType firstObject;
48@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, retain)
49 SecondType secondObject;
55#if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN)
A class for storing a pair of two objects.
Definition OFMutablePair.h:35
A class for storing a pair of two objects.
Definition OFPair.h:40