Some test text!
| Declaration | |
|---|---|
| From | - (void)bookmarkViewController:(nonnull BookmarkViewController *)bookmarkViewController selectedBookmark:(nonnull NSDictionary *)aBookmark |
| To | - (void)bookmarkViewController:(nonnull BookmarkViewController *)bookmarkViewController selectedBookmark:(nonnull PTUserBookmark *)bookmark |
| Protocols | |
|---|---|
| From | UITextViewDelegate |
| To | none |
| Declaration | |
|---|---|
| From | @property (nonatomic, strong, nonnull) NSMutableArray *bookmarks |
| To | @property (nonatomic, strong, nonnull) NSMutableArray<PTUserBookmark *> *bookmarks |
| Declaration | |
|---|---|
| From | @property (nonatomic, assign) BOOL thumbnailSliderHidden |
| To | @property (nonatomic, assign, getter=isThumbnailSliderHidden) BOOL thumbnailSliderHidden |
| Protocols | |
|---|---|
| From | UIPopoverPresentationControllerDelegate |
| To | none |