Sha256: 8d1c32002af5f3a0464442dfa74dfa29649f132a8e0a38133f42b5e755c056df
Contents?: true
Size: 859 Bytes
Versions: 6
Compression:
Stored size: 859 Bytes
Contents
#import <Foundation/Foundation.h> #import "YapDatabaseExtensionConnection.h" @class YapDatabaseRelationship; /** * Welcome to YapDatabase! * * The project page has a wealth of documentation if you have any questions. * https://github.com/yaptv/YapDatabase * * If you're new to the project you may want to visit the wiki. * https://github.com/yaptv/YapDatabase/wiki * * The YapDatabaseRelationship extension allow you to create relationships between objects, * and configure automatic deletion rules. * * For tons of information about this extension, see the wiki article: * https://github.com/yaptv/YapDatabase/wiki/Relationships **/ @interface YapDatabaseRelationshipConnection : YapDatabaseExtensionConnection /** * Returns the parent view instance. **/ @property (nonatomic, strong, readonly) YapDatabaseRelationship *relationship; @end
Version data entries
6 entries across 2 versions & 1 rubygems