@class NSObject, NSMutableOrderedSet; @protocol OS_dispatch_queue; @interface ATXScreenRepresentation : NSObject { NSMutableOrderedSet *_scr; NSObject *_queue; } - (id)init; - (void).cxx_destruct; - (void)removeObject:(id)a0; - (id)getAllObjects; - (void)addObject:(id)a0; - (unsigned long long)findPosition:(id)a0; @end