I have created a new Swift class in a new file
import Foundation class RecordedAudio: NSObject{ var filePathUrl: NSURL! var title: String! }
If your class is in another Module, please make sure that your class and the class initializers have the public access modifier.