FWPasscodeCell
@interface FWPasscodeCell : UICollectionViewCell
/**
cursor, You should not use these properties, unless you know what you are doing.
*/
@property (strong, nonatomic) UIView *cursorView;
@property (assign, nonatomic) BOOL showCursor;
/**
cellProperty, You should not use these properties, unless you know what you are doing.
*/
@property (strong, nonatomic) FWPasscodeCellProperty *cellProperty;
@end
Undocumented
-
cursor, You should not use these properties, unless you know what you are doing.
Declaration
Objective-C
@property (nonatomic, strong) UIView *_Nonnull cursorView;
-
Undocumented
Declaration
Objective-C
@property (nonatomic) BOOL showCursor
-
cellProperty, You should not use these properties, unless you know what you are doing.
Declaration
Objective-C
@property (nonatomic, strong) FWPasscodeCellProperty *_Nonnull cellProperty;