@@ -72,13 +72,13 @@ * @param firstObject The first object for the triple * @param secondObject The second object for the triple * @param thirdObject The second object for the triple * @return An initialized OFTriple */ -- initWithFirstObject: (nullable FirstType)firstObject - secondObject: (nullable SecondType)secondObject - thirdObject: (nullable ThirdType)thirdObject; +- (instancetype)initWithFirstObject: (nullable FirstType)firstObject + secondObject: (nullable SecondType)secondObject + thirdObject: (nullable ThirdType)thirdObject; #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) # undef FirstType # undef SecondType # undef ThirdType #endif