Filter:
/*
* This header is generated by classdump-dyld 1.0
* on Thursday, January 25, 2018 at 11:22:08 PM Eastern European Standard Time
* Operating System: Version 11.1.2 (Build 15B202)
* Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@class UIScrollView;
@protocol UITable_ForMailOnly
@property (getter=_wrapperView,nonatomic,readonly) UIScrollView * wrapperView; @property (assign,setter=_setManuallyManagesSwipeUI:,getter=_manuallyManagesSwipeUI,nonatomic) BOOL manuallyManagesSwipeUI;
@required
-(BOOL)_manuallyManagesSwipeUI;
-(id)_wrapperView;
-(void)_setManuallyManagesSwipeUI:(BOOL)arg1;
@end