<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>thata</author_name>
  <author_url>https://blog.hatena.ne.jp/thata/</author_url>
  <blog_title>ちくわプログラマにっき</blog_title>
  <blog_url>https://thata.hatenadiary.org/</blog_url>
  <categories>
    <anon>mac</anon>
    <anon>iphone</anon>
    <anon>objective-c</anon>
  </categories>
  <description>// 空の配列の生成 NSMutableArray *a = [[NSMutableArray alloc] init]; NSLog(@&quot;a = %@&quot;, a); //=&gt; [] NSLog(@&quot;a.count = %d&quot;, [a count]); //=&gt; 0 [a release]; // 値を指定した配列の生成 a = [[NSMutableArray alloc] initWithObjects: @&quot;first&quot;, @&quot;second&quot;, @&quot;third&quot;, nil]; NSLog(@&quot;a = %@&quot;, a); //=&gt; [first, second, third] // 要素の追加…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthata.hatenadiary.org%2Fentry%2F20091031%2F1256944776&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>2009-10-31 08:19:36</published>
  <title>NSMutableArrayの使い方</title>
  <type>rich</type>
  <url>https://thata.hatenadiary.org/entry/20091031/1256944776</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
