Files
RubyMotion-PixateFreestyle/Examples/HelloWorld/app/pixatefreestyle_code.rb
2014-02-24 16:03:26 -08:00

8 lines
217 B
Ruby

# This file is automatically generated. Do not edit.
def style(str)
PixateFreestyle.initializePixateFreestyle
PixateFreestyle.styleSheetFromSource(str, withOrigin:0)
PixateFreestyle.updateStylesForAllViews
end