Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Remove unused StatusBarStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Feb 9, 2016
1 parent b5aff3d commit 2563c42
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.2.1</string>
<string>3.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Binary file not shown.
6 changes: 0 additions & 6 deletions TransitionTreasury/TRStatusBarStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ import UIKit
/**
TransitionTreasury Status Bar Style.
*/
public enum StatusBarStyle {
case Default
case Light
case Hide
}

public enum TRStatusBarStyle {
case Default
@available(iOS 7.0, *)
Expand Down

0 comments on commit 2563c42

Please sign in to comment.