@@ -183,8 +183,11 @@ * * @return Whether the CPU and OS support AltiVec */ + (bool)supportsAltiVec; #endif + ++ (instancetype)alloc OF_UNAVAILABLE; +- (instancetype)init OF_UNAVAILABLE; @end OF_ASSUME_NONNULL_END