summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLGetSystemCapabilityResponse.html
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-11-27 11:43:41 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-11-27 11:43:41 -0500
commitc796cfe2bc866c5b28dbba6211e755f4c03f508d (patch)
tree9a5e2c9327184233105164e7b50a2eac7e94603c /docs/Classes/SDLGetSystemCapabilityResponse.html
parent74b8a7999eac29168ac1abf32175aeafba29e2d4 (diff)
downloadsdl_ios-c796cfe2bc866c5b28dbba6211e755f4c03f508d.tar.gz
Update to 5.0.0-rc.35.0.0-rc.3
Diffstat (limited to 'docs/Classes/SDLGetSystemCapabilityResponse.html')
-rw-r--r--docs/Classes/SDLGetSystemCapabilityResponse.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Classes/SDLGetSystemCapabilityResponse.html b/docs/Classes/SDLGetSystemCapabilityResponse.html
index 51987195f..4f3478316 100644
--- a/docs/Classes/SDLGetSystemCapabilityResponse.html
+++ b/docs/Classes/SDLGetSystemCapabilityResponse.html
@@ -20,6 +20,13 @@
+ <h4>Objective-C</h4>
+ <pre class="highlight"><code><span class="k">@property</span> <span class="p">(</span><span class="n">strong</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">)</span> <span class="n"><a href="../Classes/SDLSystemCapability.html">SDLSystemCapability</a></span> <span class="o">*</span><span class="n">systemCapability</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight"><code><span class="k">var</span> <span class="nv">systemCapability</span><span class="p">:</span> <span class="kt"><a href="../Classes/SDLSystemCapability.html">SDLSystemCapability</a></span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
+