class func initialize()
Initializes the class before it receives its first message.
クラスを、それがそれの最初のメッセージを受け取る前に初期化します。
class func load()
Invoked whenever a class or category is added to the Objective-C runtime; implement this method to perform class-specific behavior upon loading.
クラスまたはカテゴリがObjective-Cランタイムに加えられる時はいつでも発動します;このメソッドを実装して、クラス特有の挙動をロードすることで実行します。