Some test text!
| Superclass | |
|---|---|
| From | NSObject |
| To | PTConversionOptions |
| Declaration | |
|---|---|
| From | - (void)OpenURLAsync:(NSString *)url cache_file:(NSString *)cache_file password:(NSString *)password options:(SWIGTYPE_p_pdftron__PDF__PDFView__HTTPRequestOptions *)options |
| To | - (void)OpenURLAsync:(NSString *)url cache_file:(NSString *)cache_file password:(NSString *)password options:(PTHTTPRequestOptions *)options |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) id<PTPDFViewCtrlDelegate> delegate |
| To | @property (nonatomic, weak) id<PTPDFViewCtrlDelegate> delegate |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) id<PTTool> toolDelegate |
| To | @property (nonatomic, weak) id<PTTool> toolDelegate |