From e94aba4e949c5ca125fd211b403697a580a6ce39 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 15 Jul 2012 11:50:55 +0000 Subject: Don't explicitly define property accessor names. --- Frameworks/QueryKit/Source/QKQueryConstruct.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Frameworks/QueryKit/Source/QKQueryConstruct.h') diff --git a/Frameworks/QueryKit/Source/QKQueryConstruct.h b/Frameworks/QueryKit/Source/QKQueryConstruct.h index be3ab220..bf4a786b 100644 --- a/Frameworks/QueryKit/Source/QKQueryConstruct.h +++ b/Frameworks/QueryKit/Source/QKQueryConstruct.h @@ -43,13 +43,13 @@ } /** - * @property _identifierQuote The quoute character to use for identifiers. + * @property identifierQuote The quoute character to use for identifiers. */ -@property(readwrite, retain, getter=identifierQuote, setter=setIdentifierQuote:) NSString *_identiferQuote; +@property(readwrite, retain) NSString *identifierQuote; /** - * @property _useQuotedIdentifier Indicates whether or not identifiers should be quoted. + * @property useQuotedIdentifier Indicates whether or not identifiers should be quoted. */ -@property(readwrite, assign, getter=useQuotedIdentifier, setter=setUseQuotedIdentifier:) BOOL _useQuotedIdentifier; +@property(readwrite, assign) BOOL useQuotedIdentifier; @end -- cgit v1.2.3