CRAnimation/CRBoxInputView

_Nullable 是否有必要

ShenYj opened this issue · 0 comments

- (instancetype _Nullable )initWithCodeLength:(NSInteger)codeLength;

实现并未看到 return nil 的处理,为何返回实例标记为 _Nullable