MGCountDownTextView.h 321 B

1234567891011121314151617181920
  1. //
  2. // CircularRing.h
  3. // LivenessDetection
  4. //
  5. // Created by megvii on 15/1/13.
  6. // Copyright (c) 2015Year megvii. All rights reserved.
  7. //
  8. #import "MGBaseCountdownView.h"
  9. @interface MGCountDownTextView : MGBaseCountdownView
  10. /**
  11. * 显示倒计时的label
  12. */
  13. @property (nonatomic, strong) UILabel *numLabel;
  14. @end