@protocol UIDragSession; @interface _UICollectionViewDragSourceControllerSessionState : NSObject @property (retain, nonatomic) id dragSession; @property (readonly, nonatomic) BOOL isActive; - (id)description; - (void).cxx_destruct; @end