PageRenderTime 39ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/DataAccess/CalDAVServerVersion.h

http://github.com/kennytm/iphone-private-frameworks
C Header | 33 lines | 19 code | 4 blank | 10 comment | 0 complexity | 60c8db16ec682f928d0de9b3145d7220 MD5 | raw file
  1. /**
  2. * This header is generated by class-dump-z 0.2-1.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
  6. */
  7. #import <Foundation/NSObject.h>
  8. #import "DataAccess-Structs.h"
  9. #import "NSCopying.h"
  10. @class NSString;
  11. @interface CalDAVServerVersion : NSObject <NSCopying> {
  12. double _version;
  13. }
  14. @property(assign, nonatomic) double version;
  15. @property(readonly, assign, nonatomic) NSString* calendarConstraintsPath;
  16. @property(readonly, assign, nonatomic) NSString* calendarConstraintsResource;
  17. @property(readonly, assign, nonatomic) BOOL supportsTimeRangeFilterWithoutEndDate;
  18. @property(readonly, assign, nonatomic) BOOL supportsTimeRangeFilter;
  19. @property(readonly, assign, nonatomic) NSString* type;
  20. +(id)prototypes;
  21. +(id)versionWithHeader:(id)header;
  22. +(id)versionWithPropertyValue:(id)propertyValue;
  23. // inherited: -(id)init;
  24. // in a protocol: -(id)copyWithZone:(NSZone*)zone;
  25. // inherited: -(BOOL)isEqual:(id)equal;
  26. // inherited: -(id)description;
  27. -(id)headerVersionPattern;
  28. -(id)propertyValue;
  29. @end