Reviewed By: jberdine Differential Revision: D5847272 fbshipit-source-id: 08591aamaster
parent
4ec5440692
commit
f3b158a158
@ -0,0 +1,13 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2017 - present Facebook, Inc.
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the BSD style license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree. An additional grant
|
||||||
|
* of patent rights can be found in the PATENTS file in the same directory.
|
||||||
|
*/
|
||||||
|
#include <Foundation/NSObject.h>
|
||||||
|
|
||||||
|
@interface fooButtonComponent : NSObject
|
||||||
|
+ (instancetype)newWithAction:(SEL)selector;
|
||||||
|
@end
|
Loading…
Reference in new issue