以下を宣言し、

@interface UIView(Hoge)
- (void)setHoge;
@end

実装する。

@implementation UIView(Hoge)

@end


最終更新:2011年09月06日 12:08