つくりたいクラスを作るファクトリを返すクラスを作っておく。

@interface AbFactory:NSObject
+ (Factory *)getFactoryMode:(int)mode;
@end


最終更新:2012年02月03日 17:56