Skip to content

Commit

Permalink
Updated description of primaryKey func
Browse files Browse the repository at this point in the history
  • Loading branch information
mentrena committed May 16, 2021
1 parent c2dd8a8 commit e7f8b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SyncKit/Classes/QSSynchronizer/PrimaryKey.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Foundation
/**
* The name of the property that acts as primary key for objects of this class. Primary key values are expected to remain the same
* for the lifetime of the object, and they are expected to be unique.
* Valid types are String, Int and UUID for Core Data, and String, Int and ObjectId for Realm.
*/
@objc public protocol PrimaryKey: AnyObject {

Expand Down

0 comments on commit e7f8b47

Please sign in to comment.