module Xcodeproj::UserInterface

def self.warn(message)

Returns:
  • (void) -
def self.warn(message)
  STDERR.puts message
end