/* Controller */ #import #import "SLProxy.h" @interface Controller : NSObject { } + (void)failBecause:(NSString *)reason; @end