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