Created
June 12, 2015 21:33
-
-
Save confile/b1f34103dbf12e52c740 to your computer and use it in GitHub Desktop.
CameraManagerImpl.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Generated by the J2ObjC translator. DO NOT EDIT! | |
// source: /Users/mg/Documents/Grails/GGTS3.6.3-SR1-2/buddyis-main/src/main/java/buddyis/core/app/photoEditor/cameraManager/CameraManagerImpl.java | |
// | |
#ifndef _CameraManagerImpl_H_ | |
#define _CameraManagerImpl_H_ | |
#pragma clang diagnostic push | |
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" | |
#include "CameraManager.h" | |
#include "J2ObjC_header.h" | |
@class BuddyisCorePrototypeEventBusBEventBus; | |
@protocol BISActionSheet; | |
@protocol BISBCamera; | |
@protocol BISCameraFallback; | |
@protocol BISMessage; | |
@protocol BISNotification; | |
@protocol BISSpinner; | |
@protocol BISSystemConfig; | |
@interface BuddyisCoreAppPhotoEditorCameraManagerCameraManagerImpl : NSObject < BuddyisCoreAppPhotoEditorCameraManagerCameraManager > | |
#pragma mark Public | |
- (instancetype)initWithBuddyisCorePrototypeEventBusBEventBus:(BuddyisCorePrototypeEventBusBEventBus *)eventBus | |
withBISMessage:(id<BISMessage>)message | |
withBISSpinner:(id<BISSpinner>)spinner | |
withBISNotification:(id<BISNotification>)notification | |
withBISActionSheet:(id<BISActionSheet>)actionSheet | |
withBISBCamera:(id<BISBCamera>)bCamera | |
withBISSystemConfig:(id<BISSystemConfig>)systemConfig | |
withBISCameraFallback:(id<BISCameraFallback>)cameraFallback; | |
- (void)getPhotoWorkaround; | |
@end | |
J2OBJC_EMPTY_STATIC_INIT(BuddyisCoreAppPhotoEditorCameraManagerCameraManagerImpl) | |
FOUNDATION_EXPORT void BuddyisCoreAppPhotoEditorCameraManagerCameraManagerImpl_initWithBuddyisCorePrototypeEventBusBEventBus_withBISMessage_withBISSpinner_withBISNotification_withBISActionSheet_withBISBCamera_withBISSystemConfig_withBISCameraFallback_(BuddyisCoreAppPhotoEditorCameraManagerCameraManagerImpl *self, BuddyisCorePrototypeEventBusBEventBus *eventBus, id<BISMessage> message, id<BISSpinner> spinner, id<BISNotification> notification, id<BISActionSheet> actionSheet, id<BISBCamera> bCamera, id<BISSystemConfig> systemConfig, id<BISCameraFallback> cameraFallback); | |
FOUNDATION_EXPORT BuddyisCoreAppPhotoEditorCameraManagerCameraManagerImpl *new_BuddyisCoreAppPhotoEditorCameraManagerCameraManagerImpl_initWithBuddyisCorePrototypeEventBusBEventBus_withBISMessage_withBISSpinner_withBISNotification_withBISActionSheet_withBISBCamera_withBISSystemConfig_withBISCameraFallback_(BuddyisCorePrototypeEventBusBEventBus *eventBus, id<BISMessage> message, id<BISSpinner> spinner, id<BISNotification> notification, id<BISActionSheet> actionSheet, id<BISBCamera> bCamera, id<BISSystemConfig> systemConfig, id<BISCameraFallback> cameraFallback) NS_RETURNS_RETAINED; | |
J2OBJC_TYPE_LITERAL_HEADER(BuddyisCoreAppPhotoEditorCameraManagerCameraManagerImpl) | |
#pragma clang diagnostic pop | |
#endif // _CameraManagerImpl_H_ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment