IOS creates a new ios action
()
| 763 | |
| 764 | // IOS creates a new ios action |
| 765 | func (s *StepRequest) IOS() *StepMobile { |
| 766 | s.step.IOS = &MobileStep{} |
| 767 | return &StepMobile{ |
| 768 | step: s.step, |
| 769 | } |
| 770 | } |
| 771 | |
| 772 | // StepRequestWithOptionalArgs implements IStep interface. |
| 773 | type StepRequestWithOptionalArgs struct { |
no outgoing calls