#import @interface PrimeFactors : NSObject NS_ASSUME_NONNULL_BEGIN + (NSArray *)factorsForInteger:(long long)number; NS_ASSUME_NONNULL_END @end