| Declaration | |
|---|---|
| From | @property (nonatomic, strong) NSAttributedString *title |
| To | @property (nonatomic, copy) NSString *title |
| Declaration | |
|---|---|
| From | @property (nonatomic, strong) CPEntityButton *primaryButton |
| To | @property (nonatomic, strong) CPTextButton *primaryButton |
| Declaration | |
|---|---|
| From | @property (nonatomic, strong) CPEntityButton *secondaryButton |
| To | @property (nonatomic, strong) CPTextButton *secondaryButton |
| Declaration | |
|---|---|
| From | - (instancetype)initWithTitle:(NSAttributedString *)title pointsOfInterest:(NSArray<CPPointOfInterest *> *)pointsOfInterest selectedIndex:(NSInteger)selectedIndex |
| To | - (instancetype)initWithTitle:(NSString *)title pointsOfInterest:(NSArray<CPPointOfInterest *> *)pointsOfInterest selectedIndex:(NSInteger)selectedIndex |
| Declaration | |
|---|---|
| From | @property (nonatomic, strong) NSAttributedString *title |
| To | @property (nonatomic, copy) NSString *title |