Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Remove categorically-forbidden category statement
Browse files Browse the repository at this point in the history
Previously restricted by the "Private Properties" section.
  • Loading branch information
Logan Moseley committed Apr 7, 2015
1 parent 574c955 commit 3160801
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-FRA.md
Expand Up @@ -339,7 +339,7 @@ NYTAdCategoryTechnology = 1 << 3
## Propriétés privées
Les propriétés privées doivent être déclarées dans l'extension de la classe dans le fichier d'implémentation. Des catégories appelées (telles que `NYTPrivate` ou `private`) ne doivent jamais être utilisées à moins qu'elle soit extendues d'une autre classe.
Les propriétés privées doivent être déclarées dans l'extension de la classe dans le fichier d'implémentation.
**Par exemple:**
Expand Down
2 changes: 1 addition & 1 deletion README-ko.md
Expand Up @@ -345,7 +345,7 @@ typedef NS_OPTIONS(NSUInteger, NYTAdCategory) {
## <a name='private-properties'>Private Properties</a> [원문](https://github.com/NYTimes/objective-c-style-guide#private-properties)
비공개 프로퍼티는 클래스의 implementation 파일안에 클래스 익스텐션(익명 카테고리)에 선언합니다. 명시된 카테고리(`NYTPrivate` 또는 `private` 같은)는 다른 클래스를 확장 하지 않는 한 절대로 사용하지 마세요.
비공개 프로퍼티는 클래스의 implementation 파일안에 클래스 익스텐션(익명 카테고리)에 선언합니다.
**For example:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -339,7 +339,7 @@ typedef NS_OPTIONS(NSUInteger, NYTAdCategory) {
## Private Properties
Private properties should be declared in class extensions (anonymous categories) in the implementation file of a class. Named categories (such as `NYTPrivate` or `private`) should never be used unless extending another class.
Private properties should be declared in class extensions (anonymous categories) in the implementation file of a class.
**For example:**
Expand Down
2 changes: 1 addition & 1 deletion README_pt-BR.md
Expand Up @@ -324,7 +324,7 @@ typedef NS_ENUM(NSInteger, NYTAdRequestState) {

## Propriedades privadas

Propriedades privadas devem ser decladas em extensões da classe (categorias anônimas) no arquivo de implementação. Categorias nomeadas (como `NYTPrivate` ou `private`) jamais devem ser utilizadas, a menos que sejam extensões de outra classe.
Propriedades privadas devem ser decladas em extensões da classe (categorias anônimas) no arquivo de implementação.

**Exemplo correto:**

Expand Down
2 changes: 1 addition & 1 deletion README_zh-Hans.md
Expand Up @@ -363,7 +363,7 @@ NYTAdCategoryTechnology = 1 << 3
## 私有属性
私有属性应该声明在类实现文件的延展(匿名的类目)中。有名字的类目(例如 `NYTPrivate` 或 `private`)永远都不应该使用,除非要扩展其他类。
私有属性应该声明在类实现文件的延展(匿名的类目)中。
**推荐:**
Expand Down

0 comments on commit 3160801

Please sign in to comment.