import Foundation extension NSString { func piyo() -> Int { return 33 } } let a: String = "abc" a.piyo()