OCRichObjectStrings.h 524 B

1234567891011121314151617181920
  1. //
  2. // OCRichObjectStrings.h
  3. // ownCloud iOS library
  4. //
  5. // Created by Marino Faggiana on 23/01/17.
  6. // Copyright © 2017 ownCloud. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface OCRichObjectStrings : NSObject
  10. @property (nonatomic, strong) NSString *idObject;
  11. @property (nonatomic, strong) NSString *type;
  12. @property (nonatomic, strong) NSString *name;
  13. @property (nonatomic, strong) NSString *path;
  14. @property (nonatomic, strong) NSString *link;
  15. @property (nonatomic, strong) NSString *server;
  16. @end