@class LAUIPKGlyphWrapper, UIImpactFeedbackGenerator, UIView; @interface LAUITouchIDGlyph : NSObject { LAUIPKGlyphWrapper *_glyph; UIImpactFeedbackGenerator *_hapticGenerator; } @property (nonatomic) long long state; @property (readonly, nonatomic) UIView *view; - (void)dealloc; - (id)initWithStyle:(long long)a0; - (void).cxx_destruct; - (void)shake; @end