#import #import "TGPasscodeBackground.h" @interface TGPasscodePinView : UIView - (void)setBackground:(id)background; - (void)setCharacterCount:(NSUInteger)characterCount maxCharacterCount:(NSUInteger)maxCharacterCount; @end