RLMProviderClient @interface RLMProviderClient : NSObject Base provider client interface. app The app associated with this provider client. Declaration Objective-C @property (nonatomic, strong) RLMApp *_Nonnull app; Swift var app: RLMApp { get set } Show on GitHub -initWithApp: Initialize a provider client with a given app. Declaration Objective-C - (nonnull instancetype)initWithApp:(nonnull RLMApp *)app; Swift init(app: RLMApp) Parameters app The app for this provider client. Show on GitHub © 2020 Realm. All rights reserved. (Last updated: 2020-10-16) Generated by jazzy ♪♫ v0.13.3, a Realm project.