<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tiny_wing</author_name>
  <author_url>https://blog.hatena.ne.jp/tiny_wing/</author_url>
  <blog_title>タコさんブログ</blog_title>
  <blog_url>https://tiny-wing.hatenablog.com/</blog_url>
  <categories>
    <anon>iOS</anon>
    <anon>swift</anon>
  </categories>
  <description>AnyObject と Any についてのメモ。 AnyObject AnyObjectは 全てのクラス型のインスタンス を表すことができる型 Swiftのクラス、Objective-Cを継承したクラス、Objective-Cのクラスを扱うことができる。 class SwiftClass {} @objc class ObjCClass: NSObject {} let swift: AnyObject = SwiftClass() let objcObj: AnyObject = ObjCClass() let nsobj: AnyObject = NSObject() let array:…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftiny-wing.hatenablog.com%2Fentry%2F2015%2F12%2F10%2F180601&quot; title=&quot;Swift の AnyObject と Any メモ - タコさんブログ&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>2015-12-10 18:06:01</published>
  <title>Swift の AnyObject と Any メモ</title>
  <type>rich</type>
  <url>https://tiny-wing.hatenablog.com/entry/2015/12/10/180601</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
