Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 117a747

Browse files
committed
pragma mark
1 parent cd5b5f7 commit 117a747

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CodePush.m

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ @implementation CodePush {
1515

1616
#pragma mark - Private constants
1717

18-
static BOOL needToReportRollback = NO;
19-
static BOOL isRunningBinaryVersion = NO;
20-
static BOOL testConfigurationFlag = NO;
21-
2218
// These constants represent valid deployment statuses
2319
static NSString *const DeploymentFailed = @"DeploymentFailed";
2420
static NSString *const DeploymentSucceeded = @"DeploymentSucceeded";
@@ -38,6 +34,12 @@ @implementation CodePush {
3834
static NSString *const PackageHashKey = @"packageHash";
3935
static NSString *const PackageIsPendingKey = @"isPending";
4036

37+
#pragma mark - Static variables
38+
39+
static BOOL needToReportRollback = NO;
40+
static BOOL isRunningBinaryVersion = NO;
41+
static BOOL testConfigurationFlag = NO;
42+
4143
// These values are used to save the bundleURL and extension for the JS bundle
4244
// in the binary.
4345
static NSString *bundleResourceExtension = @"jsbundle";

0 commit comments

Comments
 (0)