MeasurementsViewController.h 360 B

1234567891011121314151617
  1. //
  2. // MeasurementsViewController.h
  3. // model
  4. //
  5. // Created by liufei on 2018/7/25.
  6. // Copyright © 2018年 Mine. All rights reserved.
  7. //三围
  8. #import "ModelBaseViewController.h"
  9. typedef void(^CompleteBlock)(NSArray * BMPArray);
  10. @interface MeasurementsViewController : ModelBaseViewController
  11. @property (nonatomic, copy) CompleteBlock completion;
  12. @end