cknadler/nidyx

View on GitHub
examples/defs_and_refs/ExampleOtherObjectModel.h

Summary

Maintainability
Test Coverage
#import "JSONModel.h"

@protocol ExampleOtherObjectModel @end

@interface ExampleOtherObjectModel : JSONModel
@property (strong, nonatomic) NSString *data;
@end