Some test text!
| Protocols | |
|---|---|
| From | NSCoding |
| To | NSCoding, NSCopying |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign, nullable) UIViewController *selectedViewController |
| To | @property (nonatomic, strong, nullable) UIViewController *selectedViewController |
| Protocols | |
|---|---|
| From | PTPDFViewCtrlToolDelegate, PTToolEvents, PTToolOptionsDelegate |
| To | PTOverridable, PTPDFViewCtrlToolDelegate, PTToolEvents, PTToolOptionsDelegate |
| Declaration | |
|---|---|
| From | + (nonnull PTToolsSettingsManager *)sharedManager |
| To | @property (class, nonatomic, readonly, strong, nonnull) PTToolsSettingsManager *sharedManager |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, retain, nonnull) NSArray *toolsDefaultSettings |
| To | @property (nonatomic, readonly, retain, nonnull) NSArray<NSDictionary<NSString *,id> *> *toolsDefaultSettings |