@protocol PKFamilyMemberRowModel; @interface PKFamilyMemberTableViewCell : UITableViewCell @property (retain, nonatomic) id rowModel; - (void)prepareForReuse; - (void).cxx_destruct; @end