#import @interface CollatzConjecture : NSObject + (NSInteger)stepsForNumber:(NSInteger)number; @end