mirror of
https://github.com/wnagrodzki/CocoaProgrammingGuidelines.git
synced 2025-05-03 17:41:51 +02:00
Moves a comment to the left to fit better in the code listing frame.
This commit is contained in:
parent
3bc5a8d7e9
commit
2ea0081930
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -1092,7 +1092,7 @@ Consequently the original property is never used except by the shadowing propert
|
|||
\begin{codelisting}
|
||||
@interface Figure : NSManagedObject
|
||||
|
||||
@property (nonatomic, retain) id imaginaryPositionTransformableType; // stores NSValue object
|
||||
@property (nonatomic, retain) id imaginaryPositionTransformableType; // stores NSValue object
|
||||
|
||||
@end
|
||||
\end{codelisting}
|
||||
|
|
Loading…
Add table
Reference in a new issue