@class HURemoteContextHostingView, UIView, NADecayingTimer, NSArray, HUCameraBadgeView, UIImageView, NSLayoutYAxisAnchor, HUCameraErrorContent, HMCameraView, NSLayoutConstraint, UIActivityIndicatorView, HMCameraSource; @protocol HUCameraErrorViewable; @interface HUCameraView : UIView @property (readonly, nonatomic) HMCameraView *cameraView; @property (readonly, nonatomic) HURemoteContextHostingView *cameraContainerView; @property (readonly, nonatomic) HUCameraBadgeView *badgeView; @property (readonly, nonatomic) UIView *cameraOverlayView; @property (retain, nonatomic) UIView *cameraDimmingView; @property (retain, nonatomic) UIView *backgroundView; @property (retain, nonatomic) UIView *errorView; @property (retain, nonatomic) UIActivityIndicatorView *activityIndicatorView; @property (retain, nonatomic) NADecayingTimer *snapshotAgeUpdateTimer; @property (retain, nonatomic) NSArray *staticConstraints; @property (retain, nonatomic) NSLayoutConstraint *cameraAspectRatioConstraint; @property (retain, nonatomic) NSLayoutConstraint *badgeBottomConstraint; @property (retain, nonatomic) NSLayoutConstraint *badgeTrailingConstraint; @property (retain, nonatomic) UIImageView *demoSnapshotImageView; @property (nonatomic) unsigned long long maskedCameraCorners; @property (retain, nonatomic) HMCameraSource *cameraSource; @property (nonatomic, getter=isBadgeHidden) BOOL badgeHidden; @property (nonatomic) struct UIOffset { double horizontal; double vertical; } badgeOffset; @property (retain, nonatomic) NSLayoutYAxisAnchor *badgeBottomAnchor; @property (retain, nonatomic) HUCameraErrorContent *errorContent; @property (retain, nonatomic) UIView *overrideErrorView; @property (nonatomic) BOOL hideCameraContentWhenDisplayingErrors; @property (nonatomic) BOOL showActivityIndicator; @property (readonly, nonatomic) struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } cameraContentFrame; @property (readonly, nonatomic) struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; } derivedCameraContentFrame; @property (readonly, nonatomic) UIView *cameraOverlaySnapshot; @property (nonatomic) BOOL shouldRespectAspectRatio; + (BOOL)requiresConstraintBasedLayout; - (void)setBackgroundColor:(id)a0; - (void)setContentMode:(long long)a0; - (id)init; - (void)dealloc; - (void)_setContinuousCornerRadius:(double)a0; - (id)backgroundColor; - (void)updateConstraints; - (void).cxx_destruct; - (double)_continuousCornerRadius; - (void)layoutSubviews; - (void)_updateBadgeView; - (void)_scheduleNextSnapshotAgeUpdateForCaptureDate:(id)a0; - (void)_updateBadgeViewReschedulingTimerIfNecessary:(BOOL)a0; - (void)_updateErrorAndActivityIndicatorVisibilityAnimated:(BOOL)a0; - (void)_updateMaskedCameraCorners; - (id)cameraContentSnapshot; - (long long)contentModeForAspectRatio:(double)a0; - (id)initWithBadgeView:(id)a0; - (void)setCameraContentMode:(long long)a0; - (void)setCameraSource:(id)a0 animated:(BOOL)a1; - (void)setCameraSource:(id)a0 withDemoSnapshotURL:(id)a1 animated:(BOOL)a2; - (void)setErrorContent:(id)a0 animated:(BOOL)a1; - (void)setShowActivityIndicator:(BOOL)a0 animated:(BOOL)a1; @end