@protocol BGTableViewDelegateMother <BGIhaveNavigationController>
@end
@interface BGTableViewDelegateMother : NSObject
@property (weak,nonatomic) UITableView * tv;
@property id <BGIhaveNavigationController> delegate;
@end
说后面我要继承BGTableViewDelegateMother。
但是,我想将委托的类型更改为其他类型。也许不是但是。是否可以?
当然 BGIhaveNavigationController 和其他东西继承自 BGIhaveNavigationController