I have created a new Swift class in a new file
import Foundation class RecordedAudio: NSObject{ var filePathUrl: NSURL! var title: String! }
For me, I had to check the same target memberships on the class as in the ViewController (I had a TodayExtension)