Skip to content

Commit

Permalink
Add nullability macros
Browse files Browse the repository at this point in the history
  • Loading branch information
steviki committed Nov 15, 2018
1 parent 8dd0077 commit edd869e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EarlGrey/Action/GREYPreciseSwipeAction.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#import <EarlGrey/GREYBaseAction.h>
#import <EarlGrey/GREYConstants.h>

NS_ASSUME_NONNULL_BEGIN

/**
* A GREYAction that swipes/flicks the matched element from a concrete start point to an end point.
*/
Expand Down Expand Up @@ -48,3 +50,5 @@
duration:(CFTimeInterval)duration;

@end

NS_ASSUME_NONNULL_END

0 comments on commit edd869e

Please sign in to comment.