Skip to content

Commit 72bc09d

Browse files
authored
Merge pull request #282 from msbit/refactor/ios-autosynthesized-property
refactor(ios): re-align some autosynthesized properties
2 parents 728bd81 + 626f4b0 commit 72bc09d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ios/ReactNativeBlobUtilProgress.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ typedef NS_ENUM(NSUInteger, ProgressType) {
1717
};
1818

1919
@interface ReactNativeBlobUtilProgress : NSObject
20-
{
21-
NSNumber * count;
22-
NSNumber * interval;
23-
ProgressType type;
24-
BOOL enable;
25-
26-
}
2720

2821
@property (nonatomic) NSNumber * count;
2922
@property (nonatomic) NSNumber * interval;

0 commit comments

Comments
 (0)