DBGuestureButton.h 320 B

1234567891011121314
  1. //
  2. // DBGuestureButton.h
  3. // DBGuestureLock
  4. //
  5. // Created by DeBao.Wu on 2/27/16.
  6. // Email: i36.lib@gmail.com QQ: 754753371
  7. // Copyright © 2016 http://i36.Me/. All rights reserved.
  8. // Github地址: https://github.com/i36lib/DBGuestureLock/
  9. #import <UIKit/UIKit.h>
  10. @interface DBGuestureButton : UIButton
  11. @end