PTUndoRedoInfo
@interface PTUndoRedoInfo : NSObject <NSCoding>
- (instancetype)init NS_DESIGNATED_INITIALIZER;
- (instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;
@property (nonatomic, copy, nullable) NSIndexSet *pageNumbers;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (instancetype)init NS_DESIGNATED_INITIALIZER;Swift
init() -
Undocumented
Declaration
Objective-C
- (instancetype)initWithCoder:(NSCoder *)coder NS_DESIGNATED_INITIALIZER;Swift
init(coder: NSCoder) -
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSIndexSet *pageNumbersSwift
var pageNumbers: IndexSet? { get set }
PTUndoRedoInfo Class Reference