Ryan Olson лет назад: 10
Родитель
Сommit
b453086936
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      Classes/ExplorerToolbar/FLEXManager.h

+ 2 - 0
Classes/ExplorerToolbar/FLEXManager.h

@@ -18,6 +18,8 @@
 - (void)showExplorer;
 - (void)hideExplorer;
 
+#pragma mark - Network Debugging
+
 /// If this property is set to YES, FLEX will swizzle NSURLConnection*Delegate and NSURLSession*Delegate methods
 /// on classes that conform to the protocols. This allows you to view network activity history from the main FLEX menu.
 /// Full responses are kept temporarily in a size limited cache and may be pruged under memory pressure.