[objc] fix test so that it looks like it could compile

Summary: The method defined in the interface didn't match the implementation. Caught by ulyssesr.

Differential Revision: D16339179

fbshipit-source-id: 9cbb1dc74
master
Jules Villard 6 years ago committed by Facebook Github Bot
parent 7f423f7fa1
commit 937e971849

@ -13,7 +13,7 @@
@interface Bar : NSObject
@property(weak, nonatomic) id<BarDelegate> delegate;
- (void)action;
- (void)unsafeAction;
@end
@implementation Bar

Loading…
Cancel
Save