Skip to content

Commit

Permalink
修改部分类包名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ooftf committed Jan 16, 2018
1 parent 19f9836 commit 5792dfe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/src/main/java/com/ooftf/spiale/LoopTimer.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tf.oof.com.service.engine
package com.ooftf.spiale

import android.os.Handler

Expand Down
2 changes: 1 addition & 1 deletion lib/src/main/java/com/ooftf/spiale/ScrollerPlus.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tf.oof.com.service.engine
package com.ooftf.spiale

import android.content.Context
import android.view.animation.Interpolator
Expand Down
2 changes: 0 additions & 2 deletions lib/src/main/java/com/ooftf/spiale/SpialeLayout.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import android.util.AttributeSet
import android.view.View
import android.widget.BaseAdapter
import android.widget.FrameLayout
import tf.oof.com.service.engine.LoopTimer
import tf.oof.com.service.engine.ScrollerPlus
import java.util.*

class SpialeLayout : FrameLayout {
Expand Down

0 comments on commit 5792dfe

Please sign in to comment.