Skip to content

Commit 9545fda

Browse files
committed
Separate plugin and factory classes by pragma mark
1 parent 99123db commit 9545fda

File tree

1 file changed

+2
-0
lines changed
  • packages/video_player/video_player_avfoundation/darwin/video_player_avfoundation/Sources/video_player_avfoundation

1 file changed

+2
-0
lines changed

packages/video_player/video_player_avfoundation/darwin/video_player_avfoundation/Sources/video_player_avfoundation/FVPVideoPlayerPlugin.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ - (FVPDisplayLink *)displayLinkWithRegistrar:(id<FlutterPluginRegistrar>)registr
4141

4242
@end
4343

44+
#pragma mark -
45+
4446
@interface FVPVideoPlayerPlugin ()
4547
@property(readonly, weak, nonatomic) NSObject<FlutterTextureRegistry> *registry;
4648
@property(readonly, weak, nonatomic) NSObject<FlutterBinaryMessenger> *messenger;

0 commit comments

Comments
 (0)