@import Foundation; @interface Image: NSObject + (instancetype)imageNamed:(NSString *)string; @end