diff --git a/EarlGrey/Action/GREYPreciseSwipeAction.h b/EarlGrey/Action/GREYPreciseSwipeAction.h index c5a8ece12..7a91a474f 100644 --- a/EarlGrey/Action/GREYPreciseSwipeAction.h +++ b/EarlGrey/Action/GREYPreciseSwipeAction.h @@ -17,6 +17,8 @@ #import #import +NS_ASSUME_NONNULL_BEGIN + /** * A GREYAction that swipes/flicks the matched element from a concrete start point to an end point. */ @@ -48,3 +50,5 @@ duration:(CFTimeInterval)duration; @end + +NS_ASSUME_NONNULL_END