mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
fix #2308
This commit is contained in:
parent
e249d12ee6
commit
8f99c7ab7e
@ -20,7 +20,7 @@ Multi-line comments look like this
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// XCode supports pragma mark directive that improve jump bar readability
|
// XCode supports pragma mark directive that improve jump bar readability
|
||||||
#pragma mark Navigation Functions // New tag o@"Third number = %@", thirdNumber); // prin jump bar named 'Navigation Functions'
|
#pragma mark Navigation Functions // New tag on jump bar named 'Navigation Functions'
|
||||||
#pragma mark - Navigation Functions // Same tag, now with a separator
|
#pragma mark - Navigation Functions // Same tag, now with a separator
|
||||||
|
|
||||||
// Imports the Foundation headers with #import
|
// Imports the Foundation headers with #import
|
||||||
|
Loading…
Reference in New Issue
Block a user