I have clipsTableViewController.swift
file which contain clipsTableViewController
class in this class I called DataManager
class from another swift file which I created in project using cmnd+N and selecting swift file. But I get this confusing error message : Use of Unresolved Identifier DataManager
you can see it in the picture below :
Any suggestion?