You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a simple implementation of subclassable NSObject subclass that uses the Objective-C runtime to create NSCoding compliance for all subclasses, allowing it to be stored in any PFObject or PFObject subclass using NSKeyedArchiver and NSKeyedUnarchiver. Just import the MSEncodedObject.h and MSEncodedObject.m files into your project, and you're g…