```scss
// Property(ies): allowsLinkPreview - iOS Only
// Component(s): Ti.UI.WebView
'.allows-link-preview[platform=ios]': { allowsLinkPreview: true }
'.dont-allow-link-preview[platform=ios]': { allowsLinkPreview: false }
```