@protocol BGTableViewDelegateMother <BGIhaveNavigationController>
@end
@interface BGTableViewDelegateMother : NSObject
@property (weak,nonatomic) UITableView * tv;
@property id <BGIhaveNavigationController> delegate;
@end
後で言いますが、BGTableViewDelegateMother を継承したいと思います。
ただし、デリゲートのタイプを別のものに変更したいと考えています。そうではないかもしれませんが。出来ますか?
もちろん、BGIhaveNavigationController と BGIhaveNavigationController を継承するものがあります。