The declaration of value below
value
import Foundation class AAA: NSObject { func test2() { self.dynamicType } } extension AAA { stat
As a slight improvement over @Eonil's answer, the get not necessary:
get
static var value: Int { return 111 }