Skip to content

Commit

Permalink
iOS 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Seriot committed Oct 28, 2015
1 parent 3dde29d commit 6a384f6
Show file tree
Hide file tree
Showing 1,219 changed files with 8,542 additions and 2,043 deletions.
2 changes: 2 additions & 0 deletions Frameworks/AVFoundation.framework/AVAssetInspectorLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
@property (getter=_fragmentMindingInterval, setter=_setFragmentMindingInterval:, nonatomic) double fragmentMindingInterval;
@property (nonatomic, readonly) BOOL hasProtectedContent;
@property (nonatomic, readonly) NSString *lyrics;
@property (nonatomic, readonly) NSURL *originalNetworkContentURL;
@property (getter=isPlayable, nonatomic, readonly) BOOL playable;
@property (getter=_playbackItem, nonatomic, readonly) struct OpaqueFigPlaybackItem { }*playbackItem;
@property (getter=isReadable, nonatomic, readonly) BOOL readable;
Expand Down Expand Up @@ -62,6 +63,7 @@
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 completionHandler:(id /* block */)arg2;
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 keysForCollectionKeys:(id)arg2 completionHandler:(id /* block */)arg3;
- (id)lyrics;
- (id)originalNetworkContentURL;
- (id)resolvedURL;
- (int)statusOfValueForKey:(id)arg1 error:(id*)arg2;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
- (BOOL)setMode:(id)arg1 error:(id*)arg2;
- (BOOL)setPreferredHardwareSampleRate:(double)arg1 error:(id*)arg2;
- (BOOL)setPreferredIOBufferDuration:(double)arg1 error:(id*)arg2;
- (BOOL)setUsingLongFormAudio:(BOOL)arg1 error:(id*)arg2;

@end
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
BOOL isActive;
BOOL isAppAudioSession;
NSString *mode;
BOOL usingLongFormAudio;
AVWeakReference *weakReference;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- (void)_handleDidCaptureStillImageNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
- (void)_handleDidFinishCaptureNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
- (void)_handleDidFinishRecordingIrisMovieNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
- (void)_handleDidRecordIrisMovieNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
- (void)_handleNotification:(id)arg1 payload:(id)arg2;
- (void)_handleStillImageCompleteNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
- (void)_handleWillBeginCaptureNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
Expand Down
2 changes: 2 additions & 0 deletions Frameworks/AVFoundation.framework/AVFigAssetInspector.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
@property (nonatomic, readonly) NSArray *figChapters;
@property (getter=_formatReader, nonatomic, readonly) struct OpaqueFigFormatReader { }*formatReader;
@property (nonatomic, readonly) BOOL hasProtectedContent;
@property (nonatomic, readonly) NSURL *originalNetworkContentURL;
@property (nonatomic, readonly) NSURL *resolvedURL;
@property (getter=_isStreaming, nonatomic, readonly) BOOL streaming;

Expand Down Expand Up @@ -56,6 +57,7 @@
- (id)metadataForFormat:(id)arg1;
- (struct CGSize { float x1; float x2; })naturalSize;
- (int)naturalTimeScale;
- (id)originalNetworkContentURL;
- (float)preferredRate;
- (float)preferredSoundCheckVolumeNormalization;
- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 completionHandler:(id /* block */)arg2;
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 keysForCollectionKeys:(id)arg2 completionHandler:(id /* block */)arg3;
- (id)lyrics;
- (id)originalNetworkContentURL;
- (id)resolvedURL;
- (int)statusOfValueForKey:(id)arg1 error:(id*)arg2;

Expand Down
27 changes: 27 additions & 0 deletions Frameworks/AVFoundation.framework/AVNetworkPlaybackPerfHUDLayer.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@interface AVNetworkPlaybackPerfHUDLayer : CATextLayer {
NSObject<OS_dispatch_source> *_hudTimer;
unsigned long long _hudUpdateInterval;
int _hudXoffset;
int _hudYoffset;
AVPlayer *_player;
bool _showHud;
}

+ (id)convertBitrate:(double)arg1;
+ (BOOL)runningAnInternalBuild;

- (void)_hudUpdate;
- (void)dealloc;
- (void)getHudSetting;
- (bool)hudEnabled;
- (id)init;
- (void)setColor:(int)arg1;
- (void)setPlayer:(id)arg1;
- (void)startDispatchTimer;
- (void)updateBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1;

@end
4 changes: 0 additions & 4 deletions Frameworks/AVFoundation.framework/AVPlayerItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,6 @@

// Image: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer

+ (void)is_prepareIrisAudioWithAsset:(id)arg1 completion:(id /* block */)arg2;
+ (void)is_prepareIrisPlayerItemWithAsset:(id)arg1 includeVideo:(BOOL)arg2 includeAudio:(BOOL)arg3 completion:(id /* block */)arg4;
+ (void)is_prepareIrisVideoWithAsset:(id)arg1 completion:(id /* block */)arg2;

- (BOOL)is_isHighFramerate;

// Image: /System/Library/PrivateFrameworks/VoiceMemos.framework/VoiceMemos
Expand Down
1 change: 1 addition & 0 deletions Frameworks/AVFoundation.framework/AVPlayerLayerInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
NSDictionary *clientLayers;
CALayer *closedCaptionLayer;
BOOL hasPlayerToObserve;
AVNetworkPlaybackPerfHUDLayer *hudLayer;
BOOL isObservingPlayer;
BOOL isPIPModeEnabled;
BOOL isPresentationLayer;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/AVFoundation.framework/AVURLAsset.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
- (id)init;
- (id)initWithURL:(id)arg1 options:(id)arg2;
- (id)lyrics;
- (id)originalNetworkContentURL;
- (unsigned int)referenceRestrictions;
- (id)resolvedURL;
- (id)resourceLoader;
Expand Down
2 changes: 2 additions & 0 deletions Frameworks/AVKit.framework/AVPlayerController.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

@property (nonatomic) BOOL CALayerDestinationIsTVOut;
@property (nonatomic, readonly) NSError *error;
@property (nonatomic, readonly) BOOL hasDiscoveredVideo;
@property (nonatomic, readonly) AVPlayer *player;
@property (getter=isPlayingOnSecondScreen, nonatomic) BOOL playingOnSecondScreen;
@property (nonatomic, readonly) int status;
Expand Down Expand Up @@ -57,6 +58,7 @@
- (BOOL)hasAudioMediaSelectionOptions;
- (BOOL)hasContent;
- (BOOL)hasContentChapters;
- (BOOL)hasDiscoveredVideo;
- (BOOL)hasEnabledAudio;
- (BOOL)hasEnabledVideo;
- (BOOL)hasLegibleMediaSelectionOptions;
Expand Down
5 changes: 5 additions & 0 deletions Frameworks/AVKit.framework/AVPlayerControllerInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
id _deviceBatteryStateDidChangeObserver;
BOOL _disablingAutomaticTermination;
BOOL _forceScanning;
unsigned int _hasDiscoveredVideo;
BOOL _hasProtectedContent;
unsigned int _isPictureInPictureSupported;
BOOL _isResumed;
Expand All @@ -30,6 +31,7 @@
NSArray *_legibleMediaSelectionOptions;
BOOL _looping;
NSDictionary *_metadata;
unsigned int _needsUpdateHasDiscoveredVideo;
BOOL _pendingSeek;
unsigned int _pictureInPictureInterrupted;
BOOL _playbackSuspended;
Expand Down Expand Up @@ -152,7 +154,9 @@
- (id)_seekTimer;
- (id)_selectedMediaOptionWithMediaCharacteristic:(id)arg1;
- (void)_setMediaOption:(id)arg1 mediaCharacteristic:(id)arg2;
- (void)_setNeedsUpdateHasDiscoveredVideo;
- (id)_subtitlesForOptions:(id)arg1;
- (void)_updateHasDiscoveredVideoIfNeeded;
- (void)_updateScanningBackwardRate;
- (void)_updateScanningForwardRate;
- (void)actuallySeekToTime;
Expand Down Expand Up @@ -200,6 +204,7 @@
- (BOOL)hasAudioMediaSelectionOptions;
- (BOOL)hasContent;
- (BOOL)hasContentChapters;
- (BOOL)hasDiscoveredVideo;
- (BOOL)hasEnabledAudio;
- (BOOL)hasEnabledVideo;
- (BOOL)hasLegibleMediaSelectionOptions;
Expand Down
8 changes: 4 additions & 4 deletions Frameworks/AudioToolbox.framework/AUAudioUnit.h

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Frameworks/AudioToolbox.framework/AUAudioUnitBusArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- (unsigned int)count;
- (unsigned int)countByEnumeratingWithState:(struct { unsigned long x1; id *x2; unsigned long x3; unsigned long x4[5]; }*)arg1 objects:(id*)arg2 count:(unsigned int)arg3;
- (void)dealloc;
- (void)indexBusses;
- (id)init;
- (id)initWithAudioUnit:(id)arg1 busType:(int)arg2;
- (id)initWithAudioUnit:(id)arg1 busType:(int)arg2 busses:(id)arg3;
Expand Down
1 change: 0 additions & 1 deletion Frameworks/AudioToolbox.framework/AUAudioUnit_XH.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
} __ptr_;
} _elementCountListenerToken;
NSExtension *_extension;
BOOL _initialized;
AUAudioUnitBusArray_XH *_inputBusses;
AUAudioUnitBusArray_XH *_outputBusses;
NSObject<OS_dispatch_queue> *_propListenerQueue;
Expand Down

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Frameworks/CFNetwork.framework/NSURLProtectionSpace.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
NSURLProtectionSpaceInternal *_internal;
}

@property (nonatomic, readonly, copy) NSString *_sf_highLevelDomainAndPort;
@property (readonly, copy) NSString *authenticationMethod;
@property (readonly, copy) NSString *host;
@property (readonly) BOOL isProxy;
Expand Down Expand Up @@ -45,6 +46,10 @@
- (BOOL)receivesCredentialSecurely;
- (struct __SecTrust { }*)serverTrust;

// Image: /System/Library/Frameworks/SafariServices.framework/SafariServices

- (id)_sf_highLevelDomainAndPort;

// Image: /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared

+ (id)safari_HTMLFormProtectionSpaceForURL:(id)arg1;
Expand Down

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion Frameworks/Contacts.framework/CNIndexRequestHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- (void).cxx_destruct;
- (id)contactIdentifierFromPerson:(void*)arg1;
- (void)dealloc;
- (void)finishIndexingAllSearchableItemsIfNecessary;
- (id)index;
- (id)init;
- (id)initWithAddressBook:(void*)arg1;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/Contacts.framework/CNPostalAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@
- (id)_countryCodeForCountryName:(id)arg1;
- (id)backwardsCompatibleDictionaryRepresentation;
- (id)redactedPostalAddress;
- (id)redactedStreetAddress;

@end
29 changes: 29 additions & 0 deletions Frameworks/Contacts.framework/CNSearchQueryDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/Contacts.framework/Contacts
*/

@interface CNSearchQueryDelegate : NSObject <MDSearchQueryDelegate> {
NSError *_error;
NSObject<OS_dispatch_queue> *_queue;
NSMutableArray *_results;
NSObject<OS_dispatch_semaphore> *_sem;
BOOL _signaled;
}

@property (readonly, copy) NSString *debugDescription;
@property (readonly, copy) NSString *description;
@property (nonatomic, readonly) NSError *error;
@property (readonly) unsigned int hash;
@property (nonatomic, readonly) NSMutableArray *results;
@property (readonly) Class superclass;

- (void)_signalResultsReceived;
- (id)error;
- (id)init;
- (id)results;
- (void)searchQuery:(id)arg1 didFailWithError:(id)arg2;
- (void)searchQuery:(id)arg1 didReturnItems:(id)arg2;
- (void)searchQuery:(id)arg1 statusChanged:(unsigned int)arg2;
- (void)waitForResults;

@end
8 changes: 3 additions & 5 deletions Frameworks/ContactsUI.framework/CNContactFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI
*/

@interface CNContactFilter : NSObject <NSCopying, NSSecureCoding> {
@interface CNContactFilter : NSObject <NSCopying> {
NSString *_fullTextString;
BOOL _rankSortedResults;
BOOL _wantsLazyReload;
Expand All @@ -14,14 +14,12 @@
@property (nonatomic, readonly) BOOL supportsSections;
@property (nonatomic) BOOL wantsLazyReload;

+ (BOOL)supportsSecureCoding;

- (void).cxx_destruct;
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (id)description;
- (void)encodeWithCoder:(id)arg1;
- (id)dictionaryRepresentation;
- (id)fullTextString;
- (id)initWithCoder:(id)arg1;
- (id)initWithDictionaryRepresentation:(id)arg1;
- (BOOL)isEqual:(id)arg1;
- (id)predicate;
- (BOOL)rankSortedResults;
Expand Down
2 changes: 0 additions & 2 deletions Frameworks/ContactsUI.framework/CNContactListViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@
- (float)contentOffsetDueToMeContactBanner;
- (id)dataSource;
- (void)dealloc;
- (void)decodeRestorableDataSourceFilterWithCoder:(id)arg1;
- (id)delegate;
- (void)encodeRestorableDataSourceFilterWithCoder:(id)arg1;
- (id)initWithDataSource:(id)arg1;
- (id)initWithDataSource:(id)arg1 searchable:(BOOL)arg2;
- (id)initWithStyle:(int)arg1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
- (void)contactListViewController:(id)arg1 shouldPresentContact:(id)arg2 shouldScrollToContact:(BOOL)arg3;
- (BOOL)contactListViewController:(id)arg1 shouldSelectContact:(id)arg2 atIndexPath:(id)arg3;
- (id)contactStore;
- (id)contactStoreFilterFromPreferences;
- (id)contactStyle;
- (void)contactViewController:(id)arg1 didCompleteWithContact:(id)arg2;
- (void)contactViewController:(id)arg1 didDeleteContact:(id)arg2;
Expand All @@ -76,6 +77,7 @@
- (void)presentGroupsViewController:(id)arg1;
- (void)refreshEverythingNow:(id)arg1;
- (int)rightButtonBehavior;
- (void)saveContactStoreFilterToPreferences:(id)arg1;
- (void)setAccountsAndGroupsDataSource:(id)arg1;
- (void)setAllowsCanceling:(BOOL)arg1;
- (void)setAllowsCardDeletion:(BOOL)arg1;
Expand Down
11 changes: 9 additions & 2 deletions Frameworks/ContactsUI.framework/CNContactStoreFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,20 @@
@property (nonatomic) BOOL isServerFilter;
@property (nonatomic, readonly) BOOL showsEverything;

+ (BOOL)getContainerIdentifiers:(id*)arg1 groupIdentifiers:(id*)arg2 serverFilter:(BOOL*)arg3 fromLegacyDictionary:(id)arg4 contactStore:(id)arg5;
+ (BOOL)getContainerIdentifiers:(id*)arg1 groupIdentifiers:(id*)arg2 serverFilter:(BOOL*)arg3 fromPreSundanceDictionary:(id)arg4 contactStore:(id)arg5;
+ (BOOL)getContainerIdentifiers:(id*)arg1 groupIdentifiers:(id*)arg2 serverFilter:(BOOL*)arg3 fromSundanceToOkemoAndAddressBookUIDictionary:(id)arg4 contactStore:(id)arg5;

- (void).cxx_destruct;
- (void)addAddressBookUIKeysToDictionaryRepresentation:(id)arg1 withAllContainers:(id)arg2 excludedContainers:(id)arg3 excludedGroups:(id)arg4;
- (id)containerIdentifiers;
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (id)description;
- (void)encodeWithCoder:(id)arg1;
- (id)dictionaryRepresentation;
- (id)dictionaryRepresentationWithContactStore:(id)arg1;
- (id)groupIdentifiers;
- (id)initWithCoder:(id)arg1;
- (id)initWithDictionaryRepresentation:(id)arg1;
- (id)initWithDictionaryRepresentation:(id)arg1 contactStore:(id)arg2;
- (BOOL)isEqual:(id)arg1;
- (BOOL)isServerFilter;
- (id)predicate;
Expand Down
4 changes: 4 additions & 0 deletions Frameworks/CoreData.framework/NSSQLAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
NSSQLCore *_sqlCore;
}

- (void)_generateFragmentsForEntity:(id)arg1 inArray:(id)arg2;
- (id)_newSelectStatementWithFetchRequest:(id)arg1 ignoreInheritance:(BOOL)arg2;
- (id)_originalRowForUpdate:(id)arg1;
- (void)_setupBindVariablesForCachedStatement:(id)arg1 usingValues:(id)arg2;
Expand All @@ -20,6 +21,8 @@
- (Class)generatorClass;
- (BOOL)hasOpenConnections;
- (id)initWithSQLCore:(id)arg1;
- (id)newComplexPrimaryKeyUpdateStatementForEntity:(id)arg1;
- (id)newConnection;
- (id)newConstrainedValuesUpdateStatementWithRow:(id)arg1;
- (id)newCopyAndInsertStatementForManyToMany:(id)arg1 toManyToMany:(id)arg2 intermediateTableName:(id)arg3 invertColumns:(BOOL)arg4;
- (id)newCorrelationDeleteStatementForRelationship:(id)arg1;
Expand All @@ -43,6 +46,7 @@
- (id)newRenameTableStatementFrom:(id)arg1 to:(id)arg2;
- (id)newRenameTableStatementFromManyToMany:(id)arg1 toManyToMany:(id)arg2 orToRandomSpot:(id)arg3;
- (id)newSelectStatementWithFetchRequest:(id)arg1;
- (id)newSimplePrimaryKeyUpdateStatementForEntity:(id)arg1;
- (id)newStatementWithEntity:(id)arg1;
- (id)newStatementWithSQLString:(id)arg1;
- (id)newStatementWithoutEntity;
Expand Down
3 changes: 3 additions & 0 deletions Frameworks/CoreData.framework/NSSQLCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
- (void)_ensureDatabaseMatchesModel;
- (id)_entityForObject:(id)arg1;
- (id)_externalDataLinksDirectory;
- (void)_fixPrimaryKeyTableFromEntities;
- (void)_fixPrimaryKeyTableFromEntitiesAndJoins;
- (unsigned int)_knownEntityKeyForObject:(id)arg1;
- (unsigned int)_knownEntityKeyForObjectID:(id)arg1;
- (unsigned int)_knownOrderKeyForObject:(id)arg1 from:(id)arg2 inverseToMany:(id)arg3;
Expand Down Expand Up @@ -130,6 +132,7 @@
- (id)_ubiquityDictionaryForAttribute:(id)arg1 onObject:(id)arg2;
- (void)_uncacheRows:(id)arg1;
- (BOOL)_unload:(id*)arg1;
- (BOOL)_updateToVersion640PrimaryKeyTableUsingStatements:(id)arg1;
- (void)_useModel:(id)arg1;
- (void)accommodatePresentedItemDeletionWithCompletionHandler:(id /* block */)arg1;
- (id)adapter;
Expand Down
1 change: 1 addition & 0 deletions Frameworks/CoreData.framework/NSSQLiteAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- (BOOL)generateTriggerForEntity:(id)arg1 alreadyCreated:(struct __CFDictionary { }*)arg2 correlations:(struct __CFDictionary { }*)arg3 fragments:(id)arg4 error:(id*)arg5;
- (id)generateTriggerStatementsForEntity:(id)arg1 usingRelationshipCleanupSQL:(id)arg2 error:(id*)arg3;
- (id)initWithSQLCore:(id)arg1;
- (id)newConnection;
- (id)pathnameForDatabase;
- (id)sqliteVersion;
- (Class)statementClass;
Expand Down
10 changes: 5 additions & 5 deletions Frameworks/CoreData.framework/_NSSQLEntityMigrationDescription.h

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions Frameworks/CoreData.framework/_NSSQLTableMigrationDescription.h

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Frameworks/CoreData.framework/_NSSQLiteStoreMigrator.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
NSSQLModel *_dstModel;
BOOL _hasPKTableChanges;
NSMappingModel *_mappingModel;
NSMutableArray *_pkTableUpdateStatements;
NSMutableDictionary *_reindexedEntities;
NSMutableDictionary *_reindexedPropertiesByEntity;
NSMutableDictionary *_removedEntityMigrations;
Expand All @@ -31,6 +32,7 @@
- (long long)_countUnreferencedPrimaryKeysForEntity:(id)arg1 inForeignKeyColumnName:(id)arg2 fromTable:(id)arg3;
- (void)_determinePropertyDependenciesOnIDForEntity:(id)arg1;
- (void)_determineReindexedEntitiesAndAffectedProperties;
- (id)_originalRootsForAddedEntity:(id)arg1;
- (void)_populateEntityMigrationDescriptionsAndEntityMap;
- (void)_populateTableMigrationDescriptions;
- (id)adapter;
Expand All @@ -39,6 +41,7 @@
- (id)createStatementsForUpdatingEntityKeys;
- (void)dealloc;
- (id)entityMigrationDescriptionForEntity:(id)arg1;
- (void)generatePKTableUpdateStatements;
- (id)initWithStore:(id)arg1 destinationModel:(id)arg2 mappingModel:(id)arg3;
- (BOOL)performMigration:(id*)arg1;
- (id)tableMigrationDescriptionForEntity:(id)arg1;
Expand Down
Loading

0 comments on commit 6a384f6

Please sign in to comment.