status-mobile/modules/react-native-status/ios/RCTStatus
Siddarth Kumar 7b72391e60
remove comment blocks which are not useful (#14563)
Adding a series of // characters (i.e., a "comment bar") above every method in an Objective-C file would not provide any real benefit, and would in fact be redundant, as the method list in Xcode already serves as a visual separator for methods in a class.
The #pragma mark directive,  is a more concise and effective way to add separators and group related methods in a class. We should use #pragma mark to create a separator line and add a heading to describe the methods in a particular section.
2022-12-16 22:39:39 +05:30
..
RCTStatus.xcodeproj nix: upgrade gomobile to 2022-05-04 version 2022-06-20 19:01:14 +02:00
RCTStatus.h Move react-native-status to a pod dependency 2021-03-30 10:54:00 +02:00
RCTStatus.m remove comment blocks which are not useful (#14563) 2022-12-16 22:39:39 +05:30