@interface SWDeveloperSettings : NSObject @property (readonly, nonatomic) BOOL allowRemoteInspection; - (id)initWithAllowRemoteInspection:(BOOL)a0; @end