12 #import <UIKit/UIKit.h>
22 @property (nonatomic, assign) id<RPModalKitDelegate> delegate;
23 @property (nonatomic, strong) NSString *currentId;
30 - (id)initWithViewController:(UIViewController *)viewController;
36 - (void)showVideoPlayer:(NSDictionary *)urlDictionary;
43 - (void)modalKit:(
RPModalKit *)modalKit didFinishShowingVideoPlayer:(BOOL)success;