IDBackView.h 234 B

12345678910111213
  1. //
  2. // IDBackView.h
  3. // ORC
  4. //
  5. // Created by lorin on 2017/6/21.
  6. // Copyright © 2017年 lorin. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface IDBackView : UIView
  10. @property (nonatomic,assign) CGRect facePathRect;
  11. @end