react-native/React/Views/RCTProgressViewManager.h

13 lines
275 B
C
Raw Normal View History

2015-06-03 16:49:22 +00:00
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
2015-06-03 16:49:22 +00:00
*/
#import <React/RCTViewManager.h>
2015-06-03 16:49:22 +00:00
@interface RCTProgressViewManager : RCTViewManager
@end