File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed 
FirebaseRemoteConfig/Tests/Sample/RemoteConfigSampleApp Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2121#import  < FirebaseRemoteConfig/FirebaseRemoteConfig.h> 
2222#import  " ../../../Sources/Private/FIRRemoteConfig_Private.h" 
2323#import  " FRCLog.h" 
24+ 
25+ @import FirebaseRemoteConfig;
2426@import FirebaseRemoteConfigInterop;
2527
2628static  NSString  *const  FIRPerfNamespace = @" fireperf"  ;
@@ -137,9 +139,9 @@ - (void)viewDidLoad {
137139            if  ([[update updatedKeys ] containsObject: @" realtime_test_key"  ]) {
138140              [self  presentViewController: alert animated: YES  completion: nil ];
139141            }
140-             NSString  *updatedParams = [update updatedKeys ];
142+             NSSet < NSString  *>  *updatedParams = [update updatedKeys ];
141143            [[FRCLog sharedInstance ]
142-                 logToConsole: [NSString  stringWithFormat: [updatedParams description ]]];
144+                 logToConsole: [NSString  stringWithFormat: @" %@ " ,  [updatedParams description ]]];
143145            [self  apply ];
144146          }
145147        }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments