MGDefaultBottomManager.h 311 B

123456789101112131415
  1. //
  2. // MGDefaultBottomManager.h
  3. // MGLivenessDetection
  4. //
  5. // Created by megvii on 16/4/13.
  6. // Copyright © 2016Year megvii. All rights reserved.
  7. //
  8. #import "MGBaseBottomManager.h"
  9. #import "MGCountDownRingView.h"
  10. #import "MGCountDownTextView.h"
  11. @interface MGDefaultBottomManager : MGBaseBottomManager
  12. @end