我正在制作这个简单的课程:
@interface BGPairButtonCatalog : NSObject
@property (readonly,nonatomic) UIButton * btnButton;
@property (readonly,nonatomic) BGReviewsTablesatProfile * rtpReviewsTables;
-(id)initWithBtn:(UIButton*) btnButton andReviewsTablesatProfile: (BGReviewsTablesatProfile *) rtpReviewsTables;
@end
现在,我想要那个类的 NSDictionary 对象。
NSDictionary 必须可以通过 btnButton 进行搜索。
但是,btnButton 不是 NSDictionary 的好键。
所以也许是 btnButton 的一个元素。什么?地址?