洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
618 B

7 months ago
  1. //
  2. // ToygerDocFrame.h
  3. // Toyger
  4. //
  5. // Created by 王伟伟 on 2018/1/25.
  6. // Copyright © 2018年 DTF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <ToygerService/ToygerFrame.h>
  10. @interface ToygerDocFrame : ToygerFrame
  11. /**
  12. */
  13. @property (nonatomic, assign) BOOL hasDoc;
  14. /**
  15. */
  16. @property (nonatomic, assign) BOOL isCompleted;
  17. /**
  18. */
  19. @property (nonatomic, assign) BOOL isReflected;
  20. /**
  21. */
  22. @property (nonatomic, assign) BOOL isBlur;
  23. /**
  24. */
  25. @property (nonatomic, assign) BOOL isCopy;
  26. @end