#import #import @protocol TGPasscodeBackground - (instancetype)initWithSize:(CGSize)size; - (CGSize)size; - (UIImage *)backgroundImage; - (UIImage *)foregroundImage; @end