-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtensions.html
140 lines (136 loc) · 5.98 KB
/
Extensions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<title>Extensions Reference</title>
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
<meta charset='utf-8'>
<script type="text/javascript">
window.jazzy = {'docset': false}
if (typeof window.dash != 'undefined') {
document.documentElement.className += ' dash'
window.jazzy.docset = true
}
if (navigator.userAgent.match(/xcode/i)) {
document.documentElement.className += ' xcode'
window.jazzy.docset = true
}
</script>
<script src="js/jquery.min.js" defer></script>
<script src="js/jazzy.js" defer></script>
</head>
<body id="reference" class="Swift">
<a title="Extensions Reference"></a>
<header>
<div class="content-wrapper">
<p class="header-text"><a href="index.html"> Docs</a> (82% documented)</p>
<p id="header-links"><a href=""><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
</div>
</header>
<section id="valence">
<div class="content-wrapper">
<p id="hierarchial_navigation">
<a href="index.html" id="design_resources_link"> Reference</a>
<img id="carat" src="img/carat.png" height="10px" width="6px" />
Extensions Reference
</p>
</div>
</section>
<div class="content-wrapper">
<nav class="book-parts">
<ul class="nav-parts">
<li class="part-name tasks">
<a href="Classes.html">Classes</a>
<ul class="nav-chapters">
<li class="nav-chapter">
<a href="Classes/ChannelTunerInterfaceController.html">ChannelTunerInterfaceController</a>
</li>
<li class="nav-chapter">
<a href="Classes/DataManager.html">DataManager</a>
</li>
<li class="nav-chapter">
<a href="Classes/DionysusInterfaceController.html">DionysusInterfaceController</a>
</li>
<li class="nav-chapter">
<a href="Classes/FavoriteChannelRow.html">FavoriteChannelRow</a>
</li>
<li class="nav-chapter">
<a href="Classes/FavoritesInterfaceController.html">FavoritesInterfaceController</a>
</li>
<li class="nav-chapter">
<a href="Classes/MenuRow.html">MenuRow</a>
</li>
<li class="nav-chapter">
<a href="Classes.html#/s:C27Dionysus_WatchKit_Extension14MockOperations">MockOperations</a>
</li>
<li class="nav-chapter">
<a href="Classes/WebOperation.html">WebOperation</a>
</li>
</ul>
</li>
<li class="part-name tasks">
<a href="Extensions.html">Extensions</a>
<ul class="nav-chapters">
<li class="nav-chapter">
<a href="Extensions/NSDictionary.html">NSDictionary</a>
</li>
</ul>
</li>
</ul>
</nav>
<div class="pixel-line"></div>
<div class="rubber-band-gap"></div>
<article class="chapter">
<a name="/"></a>
<h1 class="chapter-name">Extensions</h1>
<section>
<section class="section">
<p class="para">The following extensions are available globally.</p>
</section>
<section class="section task-group-section">
<div class="task-group">
<div class="task-name-container">
<a name="/Unnamed"></a>
</div>
<ul class="task-group-list">
<li class="item symbol">
<div class="task-group-term">
<code>
<a name="/c:objc(cs)NSDictionary">
<a name="//apple_ref/swift/Extension/NSDictionary" class="dashAnchor"></a>
<a class="x-instance-method Swift" href="#/c:objc(cs)NSDictionary">NSDictionary</a>
</code>
</div>
<div class="height-container">
<div class="pointy-thing-container"></div>
<section class="section instance-method">
<div class="pointy-thing"></div>
<div class="abstract">
<p class="para">************** Immutable Dictionary ***************</p>
<a href="Extensions/NSDictionary.html" class="see-more">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="err">@interface</span> <span class="kt">NSDictionary</span>
<span class="p">:</span> <span class="kt">NSObject</span> <span class="o"><</span><span class="kt">NSCopying</span><span class="p">,</span> <span class="kt">NSMutableCopying</span><span class="p">,</span> <span class="kt">NSSecureCoding</span><span class="p">,</span> <span class="kt">NSFastEnumeration</span><span class="o">></span>
<span class="err">@end</span></code></pre>
</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p class="copyright">© 2014 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2014-12-24)</p>
<p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.18</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>