Protocols
The following protocols are available globally.
-
A homogenous collection of
See moreRLMObject
instances. Examples of conforming types includeRLMArray
,RLMResults
, andRLMLinkingObjects
.Declaration
Objective‑C
@protocol RLMCollection <NSFastEnumeration>
Swift
protocol RLMCollection : NSFastEnumeration