Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
Material
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitriy Stepanets
Material
Commits
8fd89991
Unverified
Commit
8fd89991
authored
Oct 19, 2016
by
Daniel Dahan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
development: issue-552: removed extraneous @objc declarations
parent
d6a06dce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
Sources/iOS/Button.swift
+0
-1
Sources/iOS/Switch.swift
+0
-1
Sources/iOS/View.swift
+0
-1
No files found.
Sources/iOS/Button.swift
View file @
8fd89991
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
import
UIKit
import
UIKit
@objc(Button)
open
class
Button
:
UIButton
{
open
class
Button
:
UIButton
{
/**
/**
A CAShapeLayer used to manage elements that would be affected by
A CAShapeLayer used to manage elements that would be affected by
...
...
Sources/iOS/Switch.swift
View file @
8fd89991
...
@@ -59,7 +59,6 @@ public protocol SwitchDelegate {
...
@@ -59,7 +59,6 @@ public protocol SwitchDelegate {
func
switchDidChangeState
(
control
:
Switch
,
state
:
SwitchState
)
func
switchDidChangeState
(
control
:
Switch
,
state
:
SwitchState
)
}
}
@objc(Switch)
open
class
Switch
:
UIControl
{
open
class
Switch
:
UIControl
{
/// Will layout the view.
/// Will layout the view.
open
var
willLayout
:
Bool
{
open
var
willLayout
:
Bool
{
...
...
Sources/iOS/View.swift
View file @
8fd89991
...
@@ -30,7 +30,6 @@
...
@@ -30,7 +30,6 @@
import
UIKit
import
UIKit
@objc(View)
open
class
View
:
UIView
{
open
class
View
:
UIView
{
/**
/**
A CAShapeLayer used to manage elements that would be affected by
A CAShapeLayer used to manage elements that would be affected by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment