Skip to content

Commit edd869e

Browse files
committed
Add nullability macros
1 parent 8dd0077 commit edd869e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

EarlGrey/Action/GREYPreciseSwipeAction.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#import <EarlGrey/GREYBaseAction.h>
1818
#import <EarlGrey/GREYConstants.h>
1919

20+
NS_ASSUME_NONNULL_BEGIN
21+
2022
/**
2123
* A GREYAction that swipes/flicks the matched element from a concrete start point to an end point.
2224
*/
@@ -48,3 +50,5 @@
4850
duration:(CFTimeInterval)duration;
4951

5052
@end
53+
54+
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)