I have created a new Swift class in a new file
import Foundation class RecordedAudio: NSObject{ var filePathUrl: NSURL! var title: String! }
In my case I had to remove the references from the project navigator, and then add them again (the target membership was not the problem).