redribben

object

Feb 2nd, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BMSettings *setting2 = [BMSettings new];
  2. setting2.name = @"Play On Launch";
  3. setting2.detail = @"The option to have Radio automatically start playing when the application launches";
  4. setting2.setOn = @"The radio will start playing when the application launches";
  5. setting2.setOff = @"The play button will need to have to be clicked for the audio to start playing";
  6. setting2.SKey = @"AutoPlay";
Advertisement
Add Comment
Please, Sign In to add comment