Some test text!
| Declaration | |
|---|---|
| From | - (void)setButtonForTool:(nonnull Tool *)tool |
| To | - (void)setButtonForTool:(nullable Tool *)tool |
| Declaration | |
|---|---|
| From | @property (nonatomic, weak, nullable) id<PTToolManager> toolManager |
| To | @property (nonatomic, weak, nullable) id<PTToolManager,PTToolPermissionsDelegate> toolManager |
| Declaration | |
|---|---|
| From | - (nonnull id)initWithPDFViewCtrl:(nonnull PTPDFViewCtrl *)in_pdfViewCtrl |
| To | - (nonnull instancetype)initWithPDFViewCtrl:(nonnull PTPDFViewCtrl *)pdfViewCtrl |
| Declaration | |
|---|---|
| From | - (nonnull UIView<PTToolSwitching> *)getNewTool |
| To | - (nonnull instancetype)getNewTool |
| Protocols | |
|---|---|
| From | PTTool, PTToolManager |
| To | PTTool, PTToolManager, PTToolPermissionsDelegate |