Skip to content

Commit

Permalink
Expose [BSGCompositeFeatureFlagStore copyMemoryStore] in BugsnagInter…
Browse files Browse the repository at this point in the history
…nals.h (#1727)

Co-authored-by: Robert <[email protected]>
  • Loading branch information
robert-smartbear and Robert authored Feb 11, 2025
1 parent f5431f3 commit b83193f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Bugsnag/BugsnagInternals.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@
@interface BSGAtomicFeatureFlagStore : NSObject <BSGFeatureFlagStore>
@end

NS_ASSUME_NONNULL_BEGIN

@interface BSGCompositeFeatureFlagStore : NSObject <BSGFeatureFlagStore>
- (id<BSGFeatureFlagStore>)copyMemoryStore;
@end

NS_ASSUME_NONNULL_BEGIN

#pragma mark -

@interface Bugsnag ()
Expand Down
1 change: 0 additions & 1 deletion Bugsnag/FeatureFlags/BSGCompositeFeatureFlagStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ BSG_OBJC_DIRECT_MEMBERS
persistentStore:(id<BSGFeatureFlagStore>)persistenStore
atomicStore:(id<BSGFeatureFlagStore>)atomicStore;

- (id<BSGFeatureFlagStore>)copyMemoryStore;
- (void)synchronizeFlagsWithMemoryStore;

@end
Expand Down

0 comments on commit b83193f

Please sign in to comment.