All Downloads are FREE. Search and download functionalities are using the official Maven repository.

objc.Object-body.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
#import "{{classPrefix}}Object.h"

@implementation {{classPrefix}}Object

/**
 * Gets the string presentation of the object.
 * This method will be called when logging model object using `NSLog`.
 */
- (NSString *)description {
    return [[self toDictionary] description];
}

@end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy