I recently noticed while creating the NSManagedObject subclass two classes are getting created. One is filename+CoreDataProperties.swift and other is filename.swift. Is filename+CoreDataProperties.swift similar to filename.h and filename.swift to filename.m in Objective-c? If so then i can put my implement my logic inside the filename.swift using the +CoreDataProperties.swift class.
I seriously couldnt find out the differences between two these files and whats their use? Any help is appreciated