<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yau_3</author_name>
  <author_url>https://blog.hatena.ne.jp/yau_3/</author_url>
  <blog_title>俺の心は三倍体！</blog_title>
  <blog_url>https://yau-3n.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>// レガシー // 要素の最後にニルが必要 // arrayWithObjects:する必要がある NSArray* array1 = [NSArray arrayWithObjects:@&quot;要素１&quot;, @&quot;要素２&quot;, @&quot;要素３&quot;, nil]; NSMutableArray* muArray1= [array1 mutableCopy]; // モダン // 要素の最後にニルが不要 // arrayWithObjects:しなくても、@[@&quot;&quot;,@&quot;&quot;];で作成できる NSArray* moArray1 = @[@&quot;value1&quot;, @&quot;value2&quot;, @&quot;value3&quot;]; NSMut…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyau-3n.hateblo.jp%2Fentry%2F2014%2F02%2F17%2F011356&quot; title=&quot;モダンでさくせい　NSMutableArray - 俺の心は三倍体！&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-02-17 01:13:56</published>
  <title>モダンでさくせい　NSMutableArray</title>
  <type>rich</type>
  <url>https://yau-3n.hateblo.jp/entry/2014/02/17/011356</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
