(final String contents0)
| 54 | } |
| 55 | |
| 56 | @Override |
| 57 | public void setContents(final String contents0) { |
| 58 | UIPasteboard.getGeneralPasteboard().setString(contents0); |
| 59 | } |
| 60 | } |
| 61 | |
| 62 | private static final class IOSAdapter implements IDeviceAdapter { |
no outgoing calls
no test coverage detected